Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(builtin): support mjs/cjs files as javascript files in
js_library
Allows for the exposal of `mjs` and `cjs` files in `js_library` targets. Thsse are valid alternatives to the ambiguous `.js` extension that is reliant on the closest `package.json` and its `type` field.
- Loading branch information