-
Notifications
You must be signed in to change notification settings - Fork 202
Open
Description
Many packages, including react
, use the exports
property to define a formal module export surface.
However, GraalJs currently bails eagerly under such circumstances:
Lines 427 to 430 in f256a80
PackageJson pjson = readPackageJson(packageUrl, env); | |
// 11.5 If pjson is not null and pjson.exports is not null or undefined, then | |
if (pjson != null && pjson.hasExportsProperty()) { | |
throw fail(UNSUPPORTED_PACKAGE_EXPORTS, packageSpecifier); |
Metadata
Metadata
Assignees
Labels
No labels