es-parse-tools
Advanced tools
Comparing version 0.2.3 to 0.3.0
@@ -26,3 +26,3 @@ "use strict"; | ||
function parseURI(uri, callback) { | ||
var tab = getAtomTab(); | ||
var tab = getAtomTab(uri); | ||
if (tab) { | ||
@@ -29,0 +29,0 @@ return getFromCache(uri, tab.getText(), callback); |
@@ -26,3 +26,3 @@ //For use in ATOM packages only. | ||
export function parseURI(uri, callback) { | ||
var tab = getAtomTab(); | ||
var tab = getAtomTab(uri); | ||
@@ -29,0 +29,0 @@ if (tab) { |
{ | ||
"name": "es-parse-tools", | ||
"version": "0.2.3", | ||
"version": "0.3.0", | ||
"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", |
33730