const module = matches[1].charAt(0) === '@' ?
            `${matches[1]}/${matches[2]}` :
            matches[1];