steal-systemjs
Advanced tools
Comparing version 0.17.1 to 0.17.2
@@ -1176,19 +1176,2 @@ /* | ||
/*function getCJSDeps(source) { | ||
cjsRequireRegEx.lastIndex = 0; | ||
var deps = []; | ||
// remove comments from the source first, if not minified | ||
if (source.length / source.split('\n').length < 200) | ||
source = source.replace(commentRegEx, ''); | ||
var match; | ||
while (match = cjsRequireRegEx.exec(source)) | ||
deps.push(match[1].substr(1, match[1].length - 2)); | ||
return deps; | ||
}*/ | ||
var loaderInstantiate = loader.instantiate; | ||
@@ -1195,0 +1178,0 @@ loader.instantiate = function(load) { |
@@ -61,19 +61,2 @@ /* | ||
/*function getCJSDeps(source) { | ||
cjsRequireRegEx.lastIndex = 0; | ||
var deps = []; | ||
// remove comments from the source first, if not minified | ||
if (source.length / source.split('\n').length < 200) | ||
source = source.replace(commentRegEx, ''); | ||
var match; | ||
while (match = cjsRequireRegEx.exec(source)) | ||
deps.push(match[1].substr(1, match[1].length - 2)); | ||
return deps; | ||
}*/ | ||
var loaderInstantiate = loader.instantiate; | ||
@@ -80,0 +63,0 @@ loader.instantiate = function(load) { |
{ | ||
"name": "steal-systemjs", | ||
"version": "0.17.1", | ||
"version": "0.17.2", | ||
"description": "System loader extension for flexible AMD & CommonJS support", | ||
@@ -5,0 +5,0 @@ "main": "dist/system.src.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
436611
7291