mirror of
https://github.com/systemjs/systemjs.git
synced 2026-01-25 14:57:38 +00:00
avoid address conflict with isPlugin
This commit is contained in:
parent
d9b7f35b71
commit
b1fc92bbfa
@ -249,6 +249,8 @@
|
||||
var pkgConfigPromises = {};
|
||||
function createPackageNormalize(normalize, sync) {
|
||||
return function(name, parentName, isPlugin) {
|
||||
isPlugin = isPlugin === true;
|
||||
|
||||
// apply contextual package map first
|
||||
if (parentName) {
|
||||
var parentPackage = getPackage.call(this, parentName) ||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user