Skip to content

improve wildcard nesting expansion

Latest
Compare
Choose a tag to compare
@iambumblehead iambumblehead released this 26 Feb 18:40
0f680a2

Essentially, this release enables resolvewithplus to resolve the following esm export

{
  "exports": {
    "./*": {
      "require": "./*.js",
      "import": "./*.js"
    }
  }
}

Full list of changes,