| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project version="4">
- <component name="ChangeListManager">
- <list default="true" id="e819dfc7-3292-43df-aebd-1faa55de744f" name="Default Changelist" comment="">
- <change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
- </list>
- <list id="2d964ab6-770a-4067-ada4-6347819af773" name="clipboard Patch File" comment="" />
- <list id="8b355b07-0bfa-42cd-b120-be1e5ec7faa0" name="clipboardPatchFile" comment="" />
- <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
- <option name="SHOW_DIALOG" value="false" />
- <option name="HIGHLIGHT_CONFLICTS" value="true" />
- <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
- <option name="LAST_RESOLUTION" value="IGNORE" />
- </component>
- <component name="Git.Settings">
- <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
- <option name="RECENT_BRANCH_BY_REPOSITORY">
- <map>
- <entry key="$PROJECT_DIR$" value="dev" />
- </map>
- </option>
- </component>
- <component name="JsBowerSettings">
- <exe-path>C:\Users\kobez\AppData\Roaming\npm\bower.cmd</exe-path>
- <config-path />
- </component>
- <component name="JsFlowSettings">
- <service-enabled>true</service-enabled>
- <exe-path />
- <other-services-enabled>true</other-services-enabled>
- <auto-save>true</auto-save>
- </component>
- <component name="ProjectId" id="1PdnbHEgEkyQn90o1zwHKtXeOm0" />
- <component name="ProjectLevelVcsManager" settingsEditedManually="true">
- <ConfirmationsSetting value="2" id="Add" />
- </component>
- <component name="PropertiesComponent">
- <property name="HbShouldOpenHtmlAsHb" value="" />
- <property name="JavaScriptWeakerCompletionTypeGuess" value="true" />
- <property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
- <property name="TODO_SCOPE" value="All Places" />
- <property name="WebServerToolWindowFactoryState" value="true" />
- <property name="javascript.nodejs.core.library.configured.version" value="11.6.0" />
- <property name="js-jscs-nodeInterpreter" value="C:\Program Files\nodejs\node.exe" />
- <property name="node.js.detected.package.jscs" value="true" />
- <property name="node.js.detected.package.stlint" value="true" />
- <property name="node.js.path.for.package.jscs" value="project" />
- <property name="node.js.path.for.package.stlint" value="project" />
- <property name="node.js.selected.package.jscs" value="" />
- <property name="node.js.selected.package.stlint" value="(autodetect)" />
- <property name="nodejs.mocha.mocha_node_package_dir" value="$PROJECT_DIR$/node_modules/mocha" />
- <property name="nodejs_interpreter_path.stuck_in_default_project" value="/usr/local/bin/node" />
- <property name="nodejs_npm_path_reset_for_default_project" value="true" />
- <property name="nodejs_package_manager_path" value="npm" />
- <property name="settings.editor.selected.configurable" value="Errors" />
- </component>
- <component name="RunDashboard">
- <option name="ruleStates">
- <list>
- <RuleState>
- <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
- </RuleState>
- <RuleState>
- <option name="name" value="StatusDashboardGroupingRule" />
- </RuleState>
- </list>
- </option>
- </component>
- <component name="RunManager" selected="Mocha.test/run.js">
- <configuration name="test.js" type="NodeJSConfigurationType" temporary="true" nameIsGenerated="true" path-to-js-file="test.js" working-dir="$PROJECT_DIR$">
- <method v="2" />
- </configuration>
- <configuration name="JS API.use variable from options object inside expression" type="mocha-javascript-test-runner" temporary="true" nameIsGenerated="true">
- <node-interpreter>project</node-interpreter>
- <node-options />
- <mocha-package>$PROJECT_DIR$/node_modules/mocha</mocha-package>
- <working-directory>$PROJECT_DIR$</working-directory>
- <pass-parent-env>true</pass-parent-env>
- <ui>bdd</ui>
- <extra-mocha-options />
- <test-kind>TEST</test-kind>
- <test-file>$PROJECT_DIR$/test/run.js</test-file>
- <test-names>
- <name value="JS API" />
- <name value="use variable from options object inside expression" />
- </test-names>
- <method v="2" />
- </configuration>
- <configuration name="test/run.js" type="mocha-javascript-test-runner" temporary="true" nameIsGenerated="true">
- <node-interpreter>project</node-interpreter>
- <node-options />
- <mocha-package>$PROJECT_DIR$/node_modules/mocha</mocha-package>
- <working-directory>$PROJECT_DIR$</working-directory>
- <pass-parent-env>true</pass-parent-env>
- <ui>bdd</ui>
- <extra-mocha-options />
- <test-kind>TEST_FILE</test-kind>
- <test-file>$PROJECT_DIR$/test/run.js</test-file>
- <method v="2" />
- </configuration>
- <recent_temporary>
- <list>
- <item itemvalue="Mocha.test/run.js" />
- <item itemvalue="Node.js.test.js" />
- <item itemvalue="Mocha.JS API.use variable from options object inside expression" />
- </list>
- </recent_temporary>
- </component>
- <component name="SvnConfiguration">
- <configuration />
- </component>
- <component name="TaskManager">
- <task active="true" id="Default" summary="Default task">
- <changelist id="e819dfc7-3292-43df-aebd-1faa55de744f" name="Default Changelist" comment="" />
- <changelist id="8b355b07-0bfa-42cd-b120-be1e5ec7faa0" name="clipboardPatchFile" comment="" />
- <changelist id="2d964ab6-770a-4067-ada4-6347819af773" name="clipboard Patch File" comment="" />
- <created>1552402525836</created>
- <option name="number" value="Default" />
- <option name="presentableId" value="Default" />
- <updated>1552402525836</updated>
- <workItem from="1552402527223" duration="31833000" />
- <workItem from="1552556347129" duration="40000" />
- <workItem from="1553241262006" duration="2001000" />
- <workItem from="1553787802377" duration="21400000" />
- <workItem from="1554123579097" duration="182000" />
- <workItem from="1554810134881" duration="815000" />
- <workItem from="1559145222031" duration="785000" />
- <workItem from="1566212915986" duration="2534000" />
- <workItem from="1566219499795" duration="1284000" />
- <workItem from="1566297703415" duration="424000" />
- <workItem from="1566316839388" duration="8214000" />
- </task>
- <task id="LOCAL-00001" summary="Revert "Revert extra lines" This reverts commit cae866a0">
- <created>1552406455159</created>
- <option name="number" value="00001" />
- <option name="presentableId" value="LOCAL-00001" />
- <option name="project" value="LOCAL" />
- <updated>1552406455160</updated>
- </task>
- <task id="LOCAL-00002" summary="Revert "Remove extra lines" This reverts commit 236b77fa">
- <created>1552406477090</created>
- <option name="number" value="00002" />
- <option name="presentableId" value="LOCAL-00002" />
- <option name="project" value="LOCAL" />
- <updated>1552406477090</updated>
- </task>
- <task id="LOCAL-00003" summary="Version">
- <created>1566213304590</created>
- <option name="number" value="00003" />
- <option name="presentableId" value="LOCAL-00003" />
- <option name="project" value="LOCAL" />
- <updated>1566213304590</updated>
- </task>
- <task id="LOCAL-00004" summary="Fixed https://github.com/stylus/stylus/issues/2483">
- <created>1566320363754</created>
- <option name="number" value="00004" />
- <option name="presentableId" value="LOCAL-00004" />
- <option name="project" value="LOCAL" />
- <updated>1566320363754</updated>
- </task>
- <task id="LOCAL-00005" summary="Fixed bug in for loop">
- <created>1566386581461</created>
- <option name="number" value="00005" />
- <option name="presentableId" value="LOCAL-00005" />
- <option name="project" value="LOCAL" />
- <updated>1566386581461</updated>
- </task>
- <task id="LOCAL-00006" summary="Restore indexOf">
- <created>1566387420758</created>
- <option name="number" value="00006" />
- <option name="presentableId" value="LOCAL-00006" />
- <option name="project" value="LOCAL" />
- <updated>1566387420758</updated>
- </task>
- <option name="localTasksCounter" value="7" />
- <servers />
- </component>
- <component name="TodoView">
- <todo-panel id="selected-file">
- <is-autoscroll-to-source value="true" />
- </todo-panel>
- <todo-panel id="all">
- <are-packages-shown value="true" />
- <is-autoscroll-to-source value="true" />
- </todo-panel>
- </component>
- <component name="TypeScriptGeneratedFilesManager">
- <option name="version" value="1" />
- </component>
- <component name="Vcs.Log.History.Properties">
- <option name="COLUMN_ORDER">
- <list>
- <option value="0" />
- <option value="2" />
- <option value="3" />
- <option value="1" />
- </list>
- </option>
- </component>
- <component name="Vcs.Log.Tabs.Properties">
- <option name="TAB_STATES">
- <map>
- <entry key="MAIN">
- <value>
- <State>
- <option name="COLUMN_ORDER" />
- </State>
- </value>
- </entry>
- </map>
- </option>
- <option name="RECENT_FILTERS">
- <map>
- <entry key="Branch">
- <value>
- <list />
- </value>
- </entry>
- <entry key="User">
- <value>
- <list />
- </value>
- </entry>
- </map>
- </option>
- </component>
- <component name="VcsManagerConfiguration">
- <MESSAGE value="Revert "Revert extra lines" This reverts commit cae866a0" />
- <MESSAGE value="Revert "Remove extra lines" This reverts commit 236b77fa" />
- <MESSAGE value="Version" />
- <MESSAGE value="Fixed https://github.com/stylus/stylus/issues/2483" />
- <MESSAGE value="Fixed bug in for loop" />
- <MESSAGE value="Restore indexOf" />
- <option name="LAST_COMMIT_MESSAGE" value="Restore indexOf" />
- </component>
- <component name="XDebuggerManager">
- <breakpoint-manager>
- <breakpoints>
- <line-breakpoint enabled="true" type="javascript">
- <url>file://$PROJECT_DIR$/test/run.js</url>
- <line>27</line>
- <properties lambdaOrdinal="-1" />
- <option name="timeStamp" value="4" />
- </line-breakpoint>
- <line-breakpoint enabled="true" type="javascript">
- <url>file://$PROJECT_DIR$/lib/parser.js</url>
- <line>576</line>
- <properties lambdaOrdinal="-1" />
- <option name="timeStamp" value="9" />
- </line-breakpoint>
- <line-breakpoint enabled="true" type="javascript">
- <url>file://$PROJECT_DIR$/lib/parser.js</url>
- <line>580</line>
- <properties lambdaOrdinal="-1" />
- <option name="timeStamp" value="10" />
- </line-breakpoint>
- <line-breakpoint enabled="true" type="javascript">
- <url>file://$PROJECT_DIR$/lib/parser.js</url>
- <line>584</line>
- <properties lambdaOrdinal="-1" />
- <option name="timeStamp" value="11" />
- </line-breakpoint>
- <line-breakpoint enabled="true" type="javascript">
- <url>file://$PROJECT_DIR$/lib/parser.js</url>
- <line>628</line>
- <properties lambdaOrdinal="-1" />
- <option name="timeStamp" value="18" />
- </line-breakpoint>
- <line-breakpoint enabled="true" type="javascript">
- <url>file://$PROJECT_DIR$/lib/parser.js</url>
- <line>634</line>
- <properties lambdaOrdinal="-1" />
- <option name="timeStamp" value="19" />
- </line-breakpoint>
- <line-breakpoint enabled="true" type="javascript">
- <url>file://$PROJECT_DIR$/lib/parser.js</url>
- <line>638</line>
- <properties lambdaOrdinal="-1" />
- <option name="timeStamp" value="20" />
- </line-breakpoint>
- <line-breakpoint enabled="true" type="javascript">
- <url>file://$PROJECT_DIR$/lib/parser.js</url>
- <line>644</line>
- <properties lambdaOrdinal="-1" />
- <option name="timeStamp" value="21" />
- </line-breakpoint>
- <line-breakpoint enabled="true" type="javascript">
- <url>file://$PROJECT_DIR$/lib/parser.js</url>
- <line>649</line>
- <properties lambdaOrdinal="-1" />
- <option name="timeStamp" value="22" />
- </line-breakpoint>
- <line-breakpoint enabled="true" type="javascript">
- <url>file://$PROJECT_DIR$/lib/parser.js</url>
- <line>655</line>
- <properties lambdaOrdinal="-1" />
- <option name="timeStamp" value="23" />
- </line-breakpoint>
- <line-breakpoint enabled="true" type="javascript">
- <url>file://$PROJECT_DIR$/lib/parser.js</url>
- <line>671</line>
- <properties lambdaOrdinal="-1" />
- <option name="timeStamp" value="24" />
- </line-breakpoint>
- <line-breakpoint enabled="true" type="javascript">
- <url>file://$PROJECT_DIR$/lib/parser.js</url>
- <line>544</line>
- <properties lambdaOrdinal="-1" />
- <option name="timeStamp" value="26" />
- </line-breakpoint>
- <line-breakpoint enabled="true" type="javascript">
- <url>file://$PROJECT_DIR$/lib/parser.js</url>
- <line>557</line>
- <properties lambdaOrdinal="-1" />
- <option name="timeStamp" value="27" />
- </line-breakpoint>
- <line-breakpoint enabled="true" type="javascript">
- <url>file://$PROJECT_DIR$/lib/parser.js</url>
- <line>550</line>
- <properties lambdaOrdinal="-1" />
- <option name="timeStamp" value="28" />
- </line-breakpoint>
- <line-breakpoint enabled="true" type="javascript">
- <url>file://$PROJECT_DIR$/lib/parser.js</url>
- <line>890</line>
- <properties lambdaOrdinal="-1" />
- <option name="timeStamp" value="29" />
- </line-breakpoint>
- <line-breakpoint enabled="true" type="javascript">
- <url>file://$PROJECT_DIR$/lib/parser.js</url>
- <line>973</line>
- <properties lambdaOrdinal="-1" />
- <option name="timeStamp" value="31" />
- </line-breakpoint>
- <line-breakpoint enabled="true" type="javascript">
- <url>file://$PROJECT_DIR$/lib/parser.js</url>
- <line>523</line>
- <properties lambdaOrdinal="-1" />
- <option name="timeStamp" value="32" />
- </line-breakpoint>
- </breakpoints>
- </breakpoint-manager>
- <watches-manager>
- <configuration name="NodeJSConfigurationType">
- <watch expression="this.lookahead(i)" language="JavaScript" />
- <watch expression="this.lookahead(i - 1)" language="JavaScript" />
- <watch expression="this.lookahead(i + 2)" language="JavaScript" />
- <watch expression="!['outdent', ';', 'eos', 'media', 'if', 'atrule', ')', '}', 'unit', 'for', 'function'].includes(node.type)" language="JavaScript" />
- </configuration>
- <configuration name="mocha-javascript-test-runner">
- <watch expression="this.lookahead(i + 2)" />
- <watch expression="this.lookahead(i + 1).val.name" language="JavaScript" />
- </configuration>
- </watches-manager>
- </component>
- <component name="masterDetails">
- <states>
- <state key="ScopeChooserConfigurable.UI">
- <settings>
- <splitter-proportions>
- <option name="proportions">
- <list>
- <option value="0.2" />
- </list>
- </option>
- </splitter-proportions>
- </settings>
- </state>
- </states>
- </component>
- </project>
|