hackbg / hackbg/ubik

Add extensions in compiled CTS/MTS

Open
#10 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
0
Forks
1
PR merge metrics
No merged PRs in 30d

Description

`@hackbg/4mat` is compiled and published using `@hackbg/ubik`. When installed in a Deno project, at the path `node_modules/.deno/@hackbg+4mat@3.1.2/node_modules/@hackbg/4mat/4mat.dist.d.mts` is found the reexport statement:

```ts
export * from './4mat.browser';
```

which should instead be:

```ts
export * from './4mat.browser.dist.mts';
```

because otherwise Deno fails to see the reexported items.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.