+12
-2
| { | ||
| "name": "custard", | ||
| "version": "0.0.2", | ||
| "version": "0.0.3", | ||
| "description": "A scriptable IRC bot", | ||
@@ -12,4 +12,14 @@ "main": "lib/custard.js", | ||
| "files": [ | ||
| "**/*" | ||
| "lib/**/*", | ||
| "!lib/**/*.ts", | ||
| "bin/**/*", | ||
| "Gruntfile.js", | ||
| "package.json" | ||
| ], | ||
| "directories": [ | ||
| "bin", | ||
| "lib", | ||
| "!.tscache", | ||
| "!.idea" | ||
| ], | ||
| "repository": { | ||
@@ -16,0 +26,0 @@ "type": "git", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <project version="4"> | ||
| <component name="ProjectLevelVcsManager" settingsEditedManually="false"> | ||
| <OptionsSetting value="true" id="Add" /> | ||
| <OptionsSetting value="true" id="Remove" /> | ||
| <OptionsSetting value="true" id="Checkout" /> | ||
| <OptionsSetting value="true" id="Update" /> | ||
| <OptionsSetting value="true" id="Status" /> | ||
| <OptionsSetting value="true" id="Edit" /> | ||
| <ConfirmationsSetting value="0" id="Add" /> | ||
| <ConfirmationsSetting value="0" id="Remove" /> | ||
| </component> | ||
| </project> |
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <project version="4"> | ||
| <component name="ProjectModuleManager"> | ||
| <modules> | ||
| <module fileurl="file://$PROJECT_DIR$/.idea/custard.iml" filepath="$PROJECT_DIR$/.idea/custard.iml" /> | ||
| </modules> | ||
| </component> | ||
| </project> |
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <project version="4"> | ||
| <component name="TypeScriptCompiler"> | ||
| <option name="isCompilerEnabled" value="true" /> | ||
| <option name="typeScriptCompilerParams" value="--module CommonJS --target ES5" /> | ||
| <option name="generateSourceMap" value="false" /> | ||
| </component> | ||
| </project> |
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <project version="4"> | ||
| <component name="VcsDirectoryMappings"> | ||
| <mapping directory="$PROJECT_DIR$" vcs="Git" /> | ||
| </component> | ||
| </project> |
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <project version="4"> | ||
| <component name="ChangeListManager"> | ||
| <list default="true" id="a4c6fe50-ba61-4e4e-b6a1-6d2447c9e0d5" name="Default" comment="" /> | ||
| <ignored path="custard.iws" /> | ||
| <ignored path=".idea/workspace.xml" /> | ||
| <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" /> | ||
| <option name="TRACKING_ENABLED" 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="ChangesViewManager" flattened_view="true" show_ignored="false" /> | ||
| <component name="CreatePatchCommitExecutor"> | ||
| <option name="PATCH_PATH" value="" /> | ||
| </component> | ||
| <component name="ExecutionTargetManager" SELECTED_TARGET="default_target" /> | ||
| <component name="FavoritesManager"> | ||
| <favorites_list name="custard" /> | ||
| </component> | ||
| <component name="FileEditorManager"> | ||
| <leaf SIDE_TABS_SIZE_LIMIT_KEY="300"> | ||
| <file leaf-file-name="Gruntfile.js" pinned="false" current-in-tab="false"> | ||
| <entry file="file://$PROJECT_DIR$/Gruntfile.js"> | ||
| <provider selected="true" editor-type-id="text-editor"> | ||
| <state vertical-scroll-proportion="0.0"> | ||
| <caret line="24" column="2" selection-start-line="24" selection-start-column="2" selection-end-line="24" selection-end-column="2" /> | ||
| <folding /> | ||
| </state> | ||
| </provider> | ||
| </entry> | ||
| </file> | ||
| <file leaf-file-name="package.json" pinned="false" current-in-tab="true"> | ||
| <entry file="file://$PROJECT_DIR$/package.json"> | ||
| <provider selected="true" editor-type-id="text-editor"> | ||
| <state vertical-scroll-proportion="0.059130434"> | ||
| <caret line="2" column="19" selection-start-line="2" selection-start-column="19" selection-end-line="2" selection-end-column="19" /> | ||
| <folding /> | ||
| </state> | ||
| </provider> | ||
| </entry> | ||
| </file> | ||
| <file leaf-file-name="custard" pinned="false" current-in-tab="false"> | ||
| <entry file="file://$PROJECT_DIR$/bin/custard"> | ||
| <provider selected="true" editor-type-id="text-editor"> | ||
| <state vertical-scroll-proportion="0.0"> | ||
| <caret line="2" column="31" selection-start-line="2" selection-start-column="31" selection-end-line="2" selection-end-column="31" /> | ||
| <folding /> | ||
| </state> | ||
| </provider> | ||
| </entry> | ||
| </file> | ||
| <file leaf-file-name="custard.ts" pinned="false" current-in-tab="false"> | ||
| <entry file="file://$PROJECT_DIR$/lib/custard.ts"> | ||
| <provider selected="true" editor-type-id="text-editor"> | ||
| <state vertical-scroll-proportion="0.0"> | ||
| <caret line="5" column="14" selection-start-line="5" selection-start-column="14" selection-end-line="5" selection-end-column="14" /> | ||
| <folding /> | ||
| </state> | ||
| </provider> | ||
| </entry> | ||
| </file> | ||
| </leaf> | ||
| </component> | ||
| <component name="Git.Settings"> | ||
| <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" /> | ||
| </component> | ||
| <component name="IdeDocumentHistory"> | ||
| <option name="CHANGED_PATHS"> | ||
| <list> | ||
| <option value="$PROJECT_DIR$/bin/custard" /> | ||
| <option value="$PROJECT_DIR$/lib/custard.ts" /> | ||
| <option value="$PROJECT_DIR$/.gitignore" /> | ||
| <option value="$PROJECT_DIR$/Gruntfile.js" /> | ||
| <option value="$PROJECT_DIR$/package.json" /> | ||
| </list> | ||
| </option> | ||
| </component> | ||
| <component name="JsBuildToolGruntFileManager" detection-done="true" /> | ||
| <component name="JsGulpfileManager"> | ||
| <detection-done>true</detection-done> | ||
| </component> | ||
| <component name="ProjectFrameBounds"> | ||
| <option name="x" value="-8" /> | ||
| <option name="y" value="-8" /> | ||
| <option name="width" value="1936" /> | ||
| <option name="height" value="1066" /> | ||
| </component> | ||
| <component name="ProjectLevelVcsManager" settingsEditedManually="false"> | ||
| <OptionsSetting value="true" id="Add" /> | ||
| <OptionsSetting value="true" id="Remove" /> | ||
| <OptionsSetting value="true" id="Checkout" /> | ||
| <OptionsSetting value="true" id="Update" /> | ||
| <OptionsSetting value="true" id="Status" /> | ||
| <OptionsSetting value="true" id="Edit" /> | ||
| <ConfirmationsSetting value="0" id="Add" /> | ||
| <ConfirmationsSetting value="0" id="Remove" /> | ||
| </component> | ||
| <component name="ProjectView"> | ||
| <navigator currentView="ProjectPane" proportions="" version="1"> | ||
| <flattenPackages /> | ||
| <showMembers /> | ||
| <showModules /> | ||
| <showLibraryContents /> | ||
| <hideEmptyPackages /> | ||
| <abbreviatePackageNames /> | ||
| <autoscrollToSource /> | ||
| <autoscrollFromSource /> | ||
| <sortByType /> | ||
| </navigator> | ||
| <panes> | ||
| <pane id="ProjectPane"> | ||
| <subPane> | ||
| <PATH> | ||
| <PATH_ELEMENT> | ||
| <option name="myItemId" value="custard" /> | ||
| <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" /> | ||
| </PATH_ELEMENT> | ||
| </PATH> | ||
| <PATH> | ||
| <PATH_ELEMENT> | ||
| <option name="myItemId" value="custard" /> | ||
| <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" /> | ||
| </PATH_ELEMENT> | ||
| <PATH_ELEMENT> | ||
| <option name="myItemId" value="custard" /> | ||
| <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> | ||
| </PATH_ELEMENT> | ||
| </PATH> | ||
| <PATH> | ||
| <PATH_ELEMENT> | ||
| <option name="myItemId" value="custard" /> | ||
| <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" /> | ||
| </PATH_ELEMENT> | ||
| <PATH_ELEMENT> | ||
| <option name="myItemId" value="custard" /> | ||
| <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> | ||
| </PATH_ELEMENT> | ||
| <PATH_ELEMENT> | ||
| <option name="myItemId" value="lib" /> | ||
| <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> | ||
| </PATH_ELEMENT> | ||
| <PATH_ELEMENT> | ||
| <option name="myItemId" value="custard.ts" /> | ||
| <option name="myItemType" value="com.intellij.lang.typescript.compiler.ui.projectView.TypeScriptNestingTreeNode" /> | ||
| </PATH_ELEMENT> | ||
| </PATH> | ||
| <PATH> | ||
| <PATH_ELEMENT> | ||
| <option name="myItemId" value="custard" /> | ||
| <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" /> | ||
| </PATH_ELEMENT> | ||
| <PATH_ELEMENT> | ||
| <option name="myItemId" value="custard" /> | ||
| <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> | ||
| </PATH_ELEMENT> | ||
| <PATH_ELEMENT> | ||
| <option name="myItemId" value="bin" /> | ||
| <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> | ||
| </PATH_ELEMENT> | ||
| </PATH> | ||
| </subPane> | ||
| </pane> | ||
| <pane id="Scratches" /> | ||
| <pane id="Scope" /> | ||
| </panes> | ||
| </component> | ||
| <component name="PropertiesComponent"> | ||
| <property name="options.lastSelected" value="preferences.lookFeel" /> | ||
| <property name="options.splitter.main.proportions" value="0.3" /> | ||
| <property name="options.splitter.details.proportions" value="0.2" /> | ||
| <property name="WebServerToolWindowFactoryState" value="false" /> | ||
| <property name="settings.editor.selected.configurable" value="preferences.pluginManager" /> | ||
| <property name="settings.editor.splitter.proportion" value="0.2" /> | ||
| <property name="HbShouldOpenHtmlAsHb" value="" /> | ||
| </component> | ||
| <component name="RestoreUpdateTree" date="Moments ago" ActionInfo="_Update"> | ||
| <UpdatedFiles> | ||
| <FILE-GROUP> | ||
| <option name="myUpdateName" value="Updated from server" /> | ||
| <option name="myStatusName" value="Changed on server" /> | ||
| <option name="mySupportsDeletion" value="false" /> | ||
| <option name="myCanBeAbsent" value="false" /> | ||
| <option name="myId" value="CHANGED_ON_SERVER" /> | ||
| <FILE-GROUP> | ||
| <option name="myUpdateName" value="Updated" /> | ||
| <option name="myStatusName" value="Changed" /> | ||
| <option name="mySupportsDeletion" value="false" /> | ||
| <option name="myCanBeAbsent" value="false" /> | ||
| <option name="myId" value="UPDATED" /> | ||
| <PATH vcs="Git" revision="">$PROJECT_DIR$/.gitignore</PATH> | ||
| <PATH vcs="Git" revision="">$PROJECT_DIR$/bin/custard</PATH> | ||
| <PATH vcs="Git" revision="">$PROJECT_DIR$/package.json</PATH> | ||
| </FILE-GROUP> | ||
| <FILE-GROUP> | ||
| <option name="myUpdateName" value="Created" /> | ||
| <option name="myStatusName" value="Created" /> | ||
| <option name="mySupportsDeletion" value="false" /> | ||
| <option name="myCanBeAbsent" value="false" /> | ||
| <option name="myId" value="CREATED" /> | ||
| </FILE-GROUP> | ||
| <FILE-GROUP> | ||
| <option name="myUpdateName" value="Deleted" /> | ||
| <option name="myStatusName" value="Deleted" /> | ||
| <option name="mySupportsDeletion" value="false" /> | ||
| <option name="myCanBeAbsent" value="true" /> | ||
| <option name="myId" value="REMOVED_FROM_REPOSITORY" /> | ||
| </FILE-GROUP> | ||
| <FILE-GROUP> | ||
| <option name="myUpdateName" value="Restored" /> | ||
| <option name="myStatusName" value="Will be restored" /> | ||
| <option name="mySupportsDeletion" value="false" /> | ||
| <option name="myCanBeAbsent" value="false" /> | ||
| <option name="myId" value="RESTORED" /> | ||
| </FILE-GROUP> | ||
| </FILE-GROUP> | ||
| <FILE-GROUP> | ||
| <option name="myUpdateName" value="Modified" /> | ||
| <option name="myStatusName" value="Modified" /> | ||
| <option name="mySupportsDeletion" value="false" /> | ||
| <option name="myCanBeAbsent" value="false" /> | ||
| <option name="myId" value="MODIFIED" /> | ||
| </FILE-GROUP> | ||
| <FILE-GROUP> | ||
| <option name="myUpdateName" value="Skipped" /> | ||
| <option name="myStatusName" value="Skipped" /> | ||
| <option name="mySupportsDeletion" value="false" /> | ||
| <option name="myCanBeAbsent" value="false" /> | ||
| <option name="myId" value="SKIPPED" /> | ||
| </FILE-GROUP> | ||
| <FILE-GROUP> | ||
| <option name="myUpdateName" value="Merged with conflicts" /> | ||
| <option name="myStatusName" value="Will be merged with conflicts" /> | ||
| <option name="mySupportsDeletion" value="false" /> | ||
| <option name="myCanBeAbsent" value="false" /> | ||
| <option name="myId" value="MERGED_WITH_CONFLICTS" /> | ||
| </FILE-GROUP> | ||
| <FILE-GROUP> | ||
| <option name="myUpdateName" value="Merged with tree conflicts" /> | ||
| <option name="myStatusName" value="Merged with tree conflicts" /> | ||
| <option name="mySupportsDeletion" value="false" /> | ||
| <option name="myCanBeAbsent" value="false" /> | ||
| <option name="myId" value="MERGED_WITH_TREE_CONFLICT" /> | ||
| </FILE-GROUP> | ||
| <FILE-GROUP> | ||
| <option name="myUpdateName" value="Merged with property conflicts" /> | ||
| <option name="myStatusName" value="Will be merged with property conflicts" /> | ||
| <option name="mySupportsDeletion" value="false" /> | ||
| <option name="myCanBeAbsent" value="false" /> | ||
| <option name="myId" value="MERGED_WITH_PROPERTY_CONFLICT" /> | ||
| </FILE-GROUP> | ||
| <FILE-GROUP> | ||
| <option name="myUpdateName" value="Merged" /> | ||
| <option name="myStatusName" value="Will be merged" /> | ||
| <option name="mySupportsDeletion" value="false" /> | ||
| <option name="myCanBeAbsent" value="false" /> | ||
| <option name="myId" value="MERGED" /> | ||
| </FILE-GROUP> | ||
| <FILE-GROUP> | ||
| <option name="myUpdateName" value="Not in repository" /> | ||
| <option name="myStatusName" value="Not in repository" /> | ||
| <option name="mySupportsDeletion" value="true" /> | ||
| <option name="myCanBeAbsent" value="false" /> | ||
| <option name="myId" value="UNKNOWN" /> | ||
| </FILE-GROUP> | ||
| <FILE-GROUP> | ||
| <option name="myUpdateName" value="Locally added" /> | ||
| <option name="myStatusName" value="Locally added" /> | ||
| <option name="mySupportsDeletion" value="false" /> | ||
| <option name="myCanBeAbsent" value="false" /> | ||
| <option name="myId" value="LOCALLY_ADDED" /> | ||
| </FILE-GROUP> | ||
| <FILE-GROUP> | ||
| <option name="myUpdateName" value="Locally removed" /> | ||
| <option name="myStatusName" value="Locally removed" /> | ||
| <option name="mySupportsDeletion" value="false" /> | ||
| <option name="myCanBeAbsent" value="false" /> | ||
| <option name="myId" value="LOCALLY_REMOVED" /> | ||
| </FILE-GROUP> | ||
| <FILE-GROUP> | ||
| <option name="myUpdateName" value="Switched" /> | ||
| <option name="myStatusName" value="Switched" /> | ||
| <option name="mySupportsDeletion" value="false" /> | ||
| <option name="myCanBeAbsent" value="false" /> | ||
| <option name="myId" value="SWITCHED" /> | ||
| </FILE-GROUP> | ||
| </UpdatedFiles> | ||
| </component> | ||
| <component name="RunManager"> | ||
| <configuration default="true" type="DartCommandLineRunConfigurationType" factoryName="Dart Command Line Application"> | ||
| <method /> | ||
| </configuration> | ||
| <configuration default="true" type="DartUnitRunConfigurationType" factoryName="DartUnit"> | ||
| <method /> | ||
| </configuration> | ||
| <configuration default="true" type="JavaScriptTestRunnerKarma" factoryName="Karma" config-file=""> | ||
| <envs /> | ||
| <method /> | ||
| </configuration> | ||
| <configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug"> | ||
| <method /> | ||
| </configuration> | ||
| <configuration default="true" type="JsTestDriver-test-runner" factoryName="JsTestDriver"> | ||
| <setting name="configLocationType" value="CONFIG_FILE" /> | ||
| <setting name="settingsFile" value="" /> | ||
| <setting name="serverType" value="INTERNAL" /> | ||
| <setting name="preferredDebugBrowser" value="Chrome" /> | ||
| <method /> | ||
| </configuration> | ||
| <configuration default="true" type="NodeJSConfigurationType" factoryName="Node.js" working-dir=""> | ||
| <method /> | ||
| </configuration> | ||
| <configuration default="true" type="cucumber.js" factoryName="Cucumber.js"> | ||
| <option name="cucumberJsArguments" value="" /> | ||
| <option name="executablePath" /> | ||
| <option name="filePath" /> | ||
| <method /> | ||
| </configuration> | ||
| <configuration default="true" type="js.build_tools.gulp" factoryName="Gulp.js"> | ||
| <node-options /> | ||
| <gulpfile /> | ||
| <tasks /> | ||
| <arguments /> | ||
| <envs /> | ||
| <method /> | ||
| </configuration> | ||
| <configuration default="true" type="mocha-javascript-test-runner" factoryName="Mocha"> | ||
| <node-options /> | ||
| <working-directory>$PROJECT_DIR$</working-directory> | ||
| <pass-parent-env>true</pass-parent-env> | ||
| <envs /> | ||
| <ui>bdd</ui> | ||
| <extra-mocha-options /> | ||
| <test-kind>DIRECTORY</test-kind> | ||
| <test-directory /> | ||
| <recursive>false</recursive> | ||
| <method /> | ||
| </configuration> | ||
| </component> | ||
| <component name="ShelveChangesManager" show_recycled="false" /> | ||
| <component name="SvnConfiguration"> | ||
| <configuration /> | ||
| </component> | ||
| <component name="TaskManager"> | ||
| <task active="true" id="Default" summary="Default task"> | ||
| <changelist id="a4c6fe50-ba61-4e4e-b6a1-6d2447c9e0d5" name="Default" comment="" /> | ||
| <created>1443691103749</created> | ||
| <option name="number" value="Default" /> | ||
| <updated>1443691103749</updated> | ||
| </task> | ||
| <task id="LOCAL-00001" summary="initial commit, added .gitignore"> | ||
| <created>1443691248898</created> | ||
| <option name="number" value="00001" /> | ||
| <option name="project" value="LOCAL" /> | ||
| <updated>1443691248898</updated> | ||
| </task> | ||
| <task id="LOCAL-00002" summary="added package.json and initial entry point script"> | ||
| <created>1443691781262</created> | ||
| <option name="number" value="00002" /> | ||
| <option name="project" value="LOCAL" /> | ||
| <updated>1443691781262</updated> | ||
| </task> | ||
| <task id="LOCAL-00003" summary="added initial custard library"> | ||
| <created>1443693321059</created> | ||
| <option name="number" value="00003" /> | ||
| <option name="project" value="LOCAL" /> | ||
| <updated>1443693321059</updated> | ||
| </task> | ||
| <task id="LOCAL-00004" summary="added Grunt task to compile TypeScript on prepublish"> | ||
| <created>1443693607542</created> | ||
| <option name="number" value="00004" /> | ||
| <option name="project" value="LOCAL" /> | ||
| <updated>1443693607542</updated> | ||
| </task> | ||
| <task id="LOCAL-00005" summary="forgot to add files to the grunt ts task"> | ||
| <created>1443694586398</created> | ||
| <option name="number" value="00005" /> | ||
| <option name="project" value="LOCAL" /> | ||
| <updated>1443694586398</updated> | ||
| </task> | ||
| <task id="LOCAL-00006" summary="bumped version # to test npm publish"> | ||
| <created>1443699232996</created> | ||
| <option name="number" value="00006" /> | ||
| <option name="project" value="LOCAL" /> | ||
| <updated>1443699232997</updated> | ||
| </task> | ||
| <option name="localTasksCounter" value="7" /> | ||
| <servers /> | ||
| </component> | ||
| <component name="ToolWindowManager"> | ||
| <frame x="-8" y="-8" width="1936" height="1066" extended-state="6" /> | ||
| <editor active="true" /> | ||
| <layout> | ||
| <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.24973656" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" /> | ||
| <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" /> | ||
| <window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" /> | ||
| <window_info id="TypeScript Compiler" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32976446" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" /> | ||
| <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.32976446" sideWeight="0.50421494" order="7" side_tool="true" content_ui="tabs" /> | ||
| <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" /> | ||
| <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32976446" sideWeight="0.49683878" order="7" side_tool="false" content_ui="tabs" /> | ||
| <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" /> | ||
| <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.24973656" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" /> | ||
| <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.32976446" sideWeight="0.49578503" order="7" side_tool="false" content_ui="tabs" /> | ||
| <window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" /> | ||
| <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" /> | ||
| <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" /> | ||
| <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" /> | ||
| <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="SLIDING" type="SLIDING" visible="false" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" /> | ||
| <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" /> | ||
| <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" /> | ||
| <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" /> | ||
| </layout> | ||
| </component> | ||
| <component name="VcsContentAnnotationSettings"> | ||
| <option name="myLimit" value="2678400000" /> | ||
| </component> | ||
| <component name="VcsManagerConfiguration"> | ||
| <option name="CHECK_CODE_SMELLS_BEFORE_PROJECT_COMMIT" value="false" /> | ||
| <option name="CHECK_NEW_TODO" value="false" /> | ||
| <MESSAGE value="initial commit, added .gitignore" /> | ||
| <MESSAGE value="added package.json and initial entry point script" /> | ||
| <MESSAGE value="added initial custard library" /> | ||
| <MESSAGE value="added Grunt task to compile TypeScript on prepublish" /> | ||
| <MESSAGE value="forgot to add files to the grunt ts task" /> | ||
| <MESSAGE value="bumped version # to test npm publish" /> | ||
| <option name="LAST_COMMIT_MESSAGE" value="bumped version # to test npm publish" /> | ||
| </component> | ||
| <component name="XDebuggerManager"> | ||
| <breakpoint-manager /> | ||
| <watches-manager /> | ||
| </component> | ||
| <component name="editorHistoryManager"> | ||
| <entry file="file://$PROJECT_DIR$/.gitignore"> | ||
| <provider selected="true" editor-type-id="text-editor"> | ||
| <state vertical-scroll-proportion="0.0"> | ||
| <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" /> | ||
| <folding /> | ||
| </state> | ||
| </provider> | ||
| </entry> | ||
| <entry file="file://$PROJECT_DIR$/.gitignore"> | ||
| <provider selected="true" editor-type-id="text-editor"> | ||
| <state vertical-scroll-proportion="0.113144755"> | ||
| <caret line="4" column="15" selection-start-line="4" selection-start-column="15" selection-end-line="4" selection-end-column="15" /> | ||
| <folding /> | ||
| </state> | ||
| </provider> | ||
| </entry> | ||
| <entry file="file://$PROJECT_DIR$/lib/custard.ts"> | ||
| <provider selected="true" editor-type-id="text-editor"> | ||
| <state vertical-scroll-proportion="0.0"> | ||
| <caret line="5" column="14" selection-start-line="5" selection-start-column="14" selection-end-line="5" selection-end-column="14" /> | ||
| <folding /> | ||
| </state> | ||
| </provider> | ||
| </entry> | ||
| <entry file="file://$PROJECT_DIR$/Gruntfile.js"> | ||
| <provider selected="true" editor-type-id="text-editor"> | ||
| <state vertical-scroll-proportion="0.0"> | ||
| <caret line="24" column="2" selection-start-line="24" selection-start-column="2" selection-end-line="24" selection-end-column="2" /> | ||
| <folding /> | ||
| </state> | ||
| </provider> | ||
| </entry> | ||
| <entry file="file://$PROJECT_DIR$/bin/custard"> | ||
| <provider selected="true" editor-type-id="text-editor"> | ||
| <state vertical-scroll-proportion="0.0"> | ||
| <caret line="2" column="31" selection-start-line="2" selection-start-column="31" selection-end-line="2" selection-end-column="31" /> | ||
| <folding /> | ||
| </state> | ||
| </provider> | ||
| </entry> | ||
| <entry file="file://$PROJECT_DIR$/package.json"> | ||
| <provider selected="true" editor-type-id="text-editor"> | ||
| <state vertical-scroll-proportion="0.059130434"> | ||
| <caret line="2" column="19" selection-start-line="2" selection-start-column="19" selection-end-line="2" selection-end-column="19" /> | ||
| <folding /> | ||
| </state> | ||
| </provider> | ||
| </entry> | ||
| </component> | ||
| </project> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
| function main() | ||
| { | ||
| console.log('Hello world!') | ||
| } | ||
| export = main; |
1314
-95.25%4
-73.33%25
-13.79%