@Scaladoc(value = "/**\n * Creates [[OutputPatterns]] from a JS file pattern.\n *\n * Other patterns are derived from the JS file pattern as follows:\n * - `sourceMapFile`: \".map\" is appended.\n * - `moduleName`: \"./\" is prepended (relative path import).\n * - `jsFileURI`: relative URI (same as the provided pattern).\n * - `sourceMapURI`: relative URI (same as `sourceMapFile`).\n */")