meteor-typescript
Advanced tools
Comparing version
{ | ||
"name": "meteor-typescript", | ||
"author": "@barbatus", | ||
"version": "0.7.7-beta.14", | ||
"version": "0.7.7-beta.15", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "description": "TypeScript wrapper package for use with Meteor", |
@@ -20,6 +20,6 @@ var assert = require("assert"); | ||
function getRootedPath(filePath) { | ||
// if (ts.getRootLength(filePath) === 0) { | ||
// return "/" + filePath; | ||
// } | ||
return "/" + filePath; | ||
if (ts.getRootLength(filePath) === 0) { | ||
return "/" + filePath; | ||
} | ||
return filePath; | ||
} | ||
@@ -26,0 +26,0 @@ |
60387
-0.02%