stealjs / transpile

Transpiles from everything to everything else

Home Page:https://www.npmjs.com/package/transpile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maximum call stack size reached in AMD -> AMD transform

m-mujica opened this issue · comments

An AMD module like this:

(function(exports) {})(
  typeof exports === "object"
    ? exports
    : typeof define === "function" && define.amd
    ? {}
    : (semver = {})
);

cases the transform to get stuck in a loop the stack rans out of space