es-parse-tools
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -79,3 +79,3 @@ //For use in ATOM packages only. | ||
cache.set(uri, toCache); | ||
return callback(null, toCache); | ||
return callback(null, toCache.parsedURI); | ||
}); | ||
@@ -82,0 +82,0 @@ } |
{ | ||
"name": "es-parse-tools", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Javascript Harmony syntax tree and scope parsing utilities. Used in the ES Bindings Pane and ES Navigation atom plugins, but may find use elsewhere.", | ||
@@ -5,0 +5,0 @@ "main": "./build/index.js", |
35296