YagoLopez/metaphasejs-react-demo

View on GitHub
.idea/workspace.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="AutoTestManager">
    <enabled-run-configurations>
      <run-configuration type="JavaScriptTestRunnerJest" name="Test" />
    </enabled-run-configurations>
  </component>
  <component name="ChangeListManager">
    <list default="true" id="492a7a69-5fc5-4d3c-9fd0-29e4e02618cb" name="Default" comment="Build project">
      <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/README.md" afterDir="false" />
    </list>
    <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="master" />
      </map>
    </option>
    <option name="RESET_MODE" value="HARD" />
  </component>
  <component name="HighlightingSettingsPerFile">
    <setting file="file://$PROJECT_DIR$/src/index.tsx" root0="SKIP_INSPECTION" />
    <setting file="file://$PROJECT_DIR$/node_modules/metaphasejs/dist/metaphasejs.umd.js" root0="SKIP_HIGHLIGHTING" />
    <setting file="file://$PROJECT_DIR$/package.json" root0="SKIP_INSPECTION" />
    <setting file="file://$PROJECT_DIR$/temp/orm/base.ts" root0="SKIP_INSPECTION" />
    <setting file="file://$PROJECT_DIR$/src/registerServiceWorker.ts" root0="SKIP_INSPECTION" />
    <setting file="file://$PROJECT_DIR$/temp/orm/collection.ts" root0="SKIP_INSPECTION" />
    <setting file="file://$PROJECT_DIR$/src/ErrorBoundary.tsx" root0="FORCE_HIGHLIGHTING" />
    <setting file="file://$PROJECT_DIR$/build.js" root0="FORCE_HIGHLIGHTING" />
    <setting file="file://$PROJECT_DIR$/src/App.tsx" root0="SKIP_INSPECTION" />
  </component>
  <component name="JsFlowSettings">
    <service-enabled>false</service-enabled>
    <exe-path />
    <annotation-enable>false</annotation-enable>
    <other-services-enabled>false</other-services-enabled>
    <auto-save>true</auto-save>
  </component>
  <component name="PackageJsonUpdateNotifier">
    <dismissed value="$PROJECT_DIR$/package.json" />
  </component>
  <component name="ProjectFrameBounds" extendedState="6">
    <option name="x" value="126" />
    <option name="y" value="45" />
    <option name="width" value="1635" />
    <option name="height" value="882" />
  </component>
  <component name="ProjectId" id="1eZzihT7oMMMMBHV2YLd4hENowO" />
  <component name="ProjectViewState">
    <option name="hideEmptyMiddlePackages" value="true" />
    <option name="showLibraryContents" value="true" />
  </component>
  <component name="PropertiesComponent">
    <property name="TODO_SCOPE" value="Project Files" />
    <property name="WebServerToolWindowFactoryState" value="false" />
    <property name="javascript.nodejs.core.library.configured.version" value="8.9.4" />
    <property name="last_opened_file_path" value="$PROJECT_DIR$" />
    <property name="nodejs.jest.jest_package" value="$PROJECT_DIR$/node_modules/react-scripts-ts" />
    <property name="nodejs_interpreter_path" value="$PROJECT_DIR$/../../../../../Program Files/nodejs/node" />
    <property name="nodejs_package_manager_path" value="yarn" />
    <property name="restartRequiresConfirmation" value="false" />
    <property name="settings.editor.selected.configurable" value="settings.nodejs" />
    <property name="ts.external.directory.path" value="C:\Users\yagol\Documents\projects\metaphase-react-demo\node_modules\typescript\lib" />
  </component>
  <component name="RecentsManager">
    <key name="MoveFile.RECENT_KEYS">
      <recent name="C:\Users\yagol\Documents\projects\metaphase-react-demo\temp\urls" />
      <recent name="C:\Users\yagol\Documents\projects\metaphase-react-demo\public" />
      <recent name="C:\Users\yagol\Documents\projects\metaphase-react-demo\temp" />
      <recent name="C:\Users\yagol\Documents\projects\metaphase-react-demo" />
    </key>
    <key name="CopyFile.RECENT_KEYS">
      <recent name="C:\Users\yagol\Documents\projects\metaphase-react-demo\temp" />
      <recent name="C:\Users\yagol\Documents\projects\metaphase-react-demo\build\static\js" />
      <recent name="C:\Users\yagol\Documents\projects\metaphase-react-demo\temp\urls" />
      <recent name="C:\Users\yagol\Documents\projects\metaphase-react-demo\src" />
      <recent name="C:\Users\yagol\Documents\projects\metaphase-react-demo" />
    </key>
  </component>
  <component name="RunManager" selected="npm.ShowDist">
    <configuration name="Test" type="JavaScriptTestRunnerJest">
      <node-interpreter value="project" />
      <node-options value="" />
      <jest-package value="$PROJECT_DIR$/node_modules/react-scripts-ts" />
      <working-dir value="$PROJECT_DIR$" />
      <jest-options value="--notify" />
      <envs />
      <scope-kind value="ALL" />
      <method v="2" />
    </configuration>
    <configuration name="Analyze" type="js.build_tools.npm">
      <package-json value="$PROJECT_DIR$/package.json" />
      <command value="run" />
      <scripts>
        <script value="analyze" />
      </scripts>
      <node-interpreter value="project" />
      <envs />
      <method v="2" />
    </configuration>
    <configuration name="Build CRA" type="js.build_tools.npm">
      <package-json value="$PROJECT_DIR$/package.json" />
      <command value="run" />
      <scripts>
        <script value="build-cra" />
      </scripts>
      <node-interpreter value="project" />
      <envs />
      <method v="2" />
    </configuration>
    <configuration name="Build" type="js.build_tools.npm">
      <package-json value="$PROJECT_DIR$/package.json" />
      <command value="run" />
      <scripts>
        <script value="build" />
      </scripts>
      <node-interpreter value="project" />
      <envs />
      <method v="2" />
    </configuration>
    <configuration name="Build2" type="js.build_tools.npm">
      <package-json value="$PROJECT_DIR$/package.json" />
      <command value="run" />
      <scripts>
        <script value="build2" />
      </scripts>
      <node-interpreter value="project" />
      <envs />
      <method v="2" />
    </configuration>
    <configuration name="Run" type="js.build_tools.npm">
      <package-json value="$PROJECT_DIR$/package.json" />
      <command value="run" />
      <scripts>
        <script value="start" />
      </scripts>
      <node-interpreter value="project" />
      <envs />
      <method v="2" />
    </configuration>
    <configuration name="ShowDist" type="js.build_tools.npm">
      <package-json value="$PROJECT_DIR$/package.json" />
      <command value="run" />
      <scripts>
        <script value="show-dist" />
      </scripts>
      <node-interpreter value="project" />
      <envs />
      <method v="2" />
    </configuration>
    <configuration name="Uglify-compress" type="js.build_tools.npm">
      <package-json value="$PROJECT_DIR$/package.json" />
      <command value="run" />
      <scripts>
        <script value="uglify-compress" />
      </scripts>
      <node-interpreter value="project" />
      <envs />
      <method v="2" />
    </configuration>
    <configuration default="true" type="js.build_tools.npm">
      <package-json value="$PROJECT_DIR$/package.json" />
      <command value="run" />
      <scripts>
        <script value="start" />
      </scripts>
      <node-interpreter value="$PROJECT_DIR$/../../../../../Program Files (x86)/Yarn/bin/yarn.js" />
      <envs />
      <method v="2" />
    </configuration>
    <list>
      <item itemvalue="Jest.Test" />
      <item itemvalue="npm.Analyze" />
      <item itemvalue="npm.Build CRA" />
      <item itemvalue="npm.Build2" />
      <item itemvalue="npm.Build" />
      <item itemvalue="npm.Run" />
      <item itemvalue="npm.ShowDist" />
      <item itemvalue="npm.Uglify-compress" />
    </list>
  </component>
  <component name="StructureViewFactory">
    <option name="ACTIVE_ACTIONS" value=",HIDE_INHERITED_FROM_OBJECT,HIDE_INHERITED,ALPHA_COMPARATOR" />
  </component>
  <component name="SvnConfiguration">
    <configuration>C:\Users\UsuarioAurora\AppData\Roaming\Subversion</configuration>
  </component>
  <component name="TaskManager">
    <task active="true" id="Default" summary="Default task">
      <created>1540111408466</created>
      <option name="number" value="Default" />
      <option name="presentableId" value="Default" />
      <updated>1540111408466</updated>
      <workItem from="1540111410387" duration="1546000" />
      <workItem from="1540117771467" duration="415000" />
    </task>
    <servers />
  </component>
  <component name="TestHistory">
    <history-entry file="Test - 2018.06.20 at 00h 05m 45s.xml">
      <configuration name="Test" configurationId="JavaScriptTestRunnerJest" />
    </history-entry>
    <history-entry file="Test - 2018.06.20 at 00h 05m 57s.xml">
      <configuration name="Test" configurationId="JavaScriptTestRunnerJest" />
    </history-entry>
    <history-entry file="Test - 2018.06.20 at 00h 06m 28s.xml">
      <configuration name="Test" configurationId="JavaScriptTestRunnerJest" />
    </history-entry>
    <history-entry file="Test - 2018.06.20 at 00h 06m 46s.xml">
      <configuration name="Test" configurationId="JavaScriptTestRunnerJest" />
    </history-entry>
    <history-entry file="Test - 2018.06.20 at 00h 06m 51s.xml">
      <configuration name="Test" configurationId="JavaScriptTestRunnerJest" />
    </history-entry>
    <history-entry file="Test - 2018.06.20 at 00h 09m 53s.xml">
      <configuration name="Test" configurationId="JavaScriptTestRunnerJest" />
    </history-entry>
    <history-entry file="Test - 2018.06.20 at 00h 10m 28s.xml">
      <configuration name="Test" configurationId="JavaScriptTestRunnerJest" />
    </history-entry>
    <history-entry file="Test - 2018.06.20 at 00h 10m 58s.xml">
      <configuration name="Test" configurationId="JavaScriptTestRunnerJest" />
    </history-entry>
    <history-entry file="Test - 2018.06.20 at 00h 11m 10s.xml">
      <configuration name="Test" configurationId="JavaScriptTestRunnerJest" />
    </history-entry>
    <history-entry file="Test - 2018.06.21 at 22h 01m 31s.xml">
      <configuration name="Test" configurationId="JavaScriptTestRunnerJest" />
    </history-entry>
  </component>
  <component name="TimeTrackingManager">
    <option name="totallyTimeSpent" value="1961000" />
  </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="2" />
  </component>
  <component name="Vcs.Log.Tabs.Properties">
    <option name="TAB_STATES">
      <map>
        <entry key="MAIN">
          <value>
            <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>
    <option name="oldMeFiltersMigrated" value="true" />
  </component>
  <component name="VcsManagerConfiguration">
    <option name="CHECK_CODE_SMELLS_BEFORE_PROJECT_COMMIT" value="false" />
    <option name="CHECK_NEW_TODO" value="false" />
    <MESSAGE value="Merge branch clean-unused-dependencies&#10;&#10;# Conflicts:&#10;#&#9;.idea/workspace.xml" />
    <MESSAGE value="Upgrade dependencies" />
    <MESSAGE value="Refactors: removed highlight dependencies (use of iframe instead), new build script for uglifying" />
    <MESSAGE value="Refactors" />
    <MESSAGE value="Fix: dialog show code example removing service worker" />
    <MESSAGE value="Refactos" />
    <MESSAGE value="Reformat code in utils.ts and other refactors" />
    <MESSAGE value="Remove file" />
    <MESSAGE value="workspace.xml changed" />
    <MESSAGE value="Add stats to README.md" />
    <option name="LAST_COMMIT_MESSAGE" value="Add stats to README.md" />
  </component>
  <component name="WindowStateProjectService">
    <state x="93" y="1" width="1167" height="679" key="CommitChangelistDialog2" timestamp="1594899481798">
      <screen x="0" y="0" width="1280" height="680" />
    </state>
    <state x="93" y="1" width="1167" height="679" key="CommitChangelistDialog2/0.0.1280.680@0.0.1280.680" timestamp="1594899481798" />
    <state x="93" y="93" width="1095" height="495" maximized="true" key="DiffContextDialog" timestamp="1594546376455">
      <screen x="0" y="0" width="1280" height="680" />
    </state>
    <state x="93" y="93" width="1095" height="495" maximized="true" key="DiffContextDialog/0.0.1280.680@0.0.1280.680" timestamp="1594546376455" />
    <state width="1261" height="147" key="GridCell.Tab.0.bottom" timestamp="1594549237174">
      <screen x="0" y="0" width="1280" height="680" />
    </state>
    <state width="1261" height="147" key="GridCell.Tab.0.bottom/0.0.1280.680@0.0.1280.680" timestamp="1594549237174" />
    <state width="1261" height="147" key="GridCell.Tab.0.center" timestamp="1594549237174">
      <screen x="0" y="0" width="1280" height="680" />
    </state>
    <state width="1261" height="147" key="GridCell.Tab.0.center/0.0.1280.680@0.0.1280.680" timestamp="1594549237174" />
    <state width="1261" height="147" key="GridCell.Tab.0.left" timestamp="1594549237173">
      <screen x="0" y="0" width="1280" height="680" />
    </state>
    <state width="1261" height="147" key="GridCell.Tab.0.left/0.0.1280.680@0.0.1280.680" timestamp="1594549237173" />
    <state width="1261" height="147" key="GridCell.Tab.0.right" timestamp="1594549237174">
      <screen x="0" y="0" width="1280" height="680" />
    </state>
    <state width="1261" height="147" key="GridCell.Tab.0.right/0.0.1280.680@0.0.1280.680" timestamp="1594549237174" />
    <state x="367" y="44" key="RollbackChangesDialog" timestamp="1594548491066">
      <screen x="0" y="0" width="1280" height="680" />
    </state>
    <state x="367" y="44" key="RollbackChangesDialog/0.0.1280.680@0.0.1280.680" timestamp="1594548491066" />
    <state x="318" y="247" key="VCS.ChangelistChooser" timestamp="1594548367591">
      <screen x="0" y="0" width="1280" height="680" />
    </state>
    <state x="318" y="247" key="VCS.ChangelistChooser/0.0.1280.680@0.0.1280.680" timestamp="1594548367591" />
    <state x="233" y="73" key="Vcs.Push.Dialog.v2" timestamp="1594899484137">
      <screen x="0" y="0" width="1280" height="680" />
    </state>
    <state x="233" y="73" key="Vcs.Push.Dialog.v2/0.0.1280.680@0.0.1280.680" timestamp="1594899484137" />
  </component>
  <component name="XDebuggerManager">
    <breakpoint-manager>
      <breakpoints>
        <line-breakpoint enabled="true" type="javascript">
          <url>file://$PROJECT_DIR$/node_modules/metaphasejs/dist/metaphasejs.umd.js</url>
          <line>193</line>
          <option name="timeStamp" value="5" />
        </line-breakpoint>
      </breakpoints>
    </breakpoint-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>