Use scoped-properties-store for faster property lookup

Previously we were creating DOM elements on every keystroke to look for
certain properties. Now it happens entirely in JavaScript.
This commit is contained in:
Nathan Sobo
2014-03-21 18:23:18 -06:00
parent 7ecb0dcd4b
commit 4aa6e78a4e
2 changed files with 22 additions and 56 deletions

View File

@@ -28,10 +28,10 @@
"git-utils": "^1.1.1",
"guid": "0.0.10",
"jasmine-tagged": ">=1.1.1 <2.0",
"mkdirp": "0.3.5",
"keytar": "1.x",
"less-cache": "0.12.0",
"mixto": "1.x",
"mkdirp": "0.3.5",
"nslog": "0.5.0",
"oniguruma": "^1.0.4",
"optimist": "0.4.0",
@@ -41,6 +41,7 @@
"random-words": "0.0.1",
"runas": "0.5.x",
"scandal": "0.15.0",
"scoped-property-store": "^0.3.0",
"scrollbar-style": "^0.1.0",
"season": ">=1.0.2 <2.0",
"semver": "1.1.4",
@@ -49,7 +50,7 @@
"temp": "0.5.0",
"text-buffer": "^1.4.4",
"theorist": "1.x",
"underscore-plus": ">=1.0.5 <2.0",
"underscore-plus": "^1.1.0",
"vm-compatibility-layer": "0.1.0"
},
"packageDependencies": {