interpret icon indicating copy to clipboard operation
interpret copied to clipboard

A dictionary of file extensions and associated module loaders.

Results 8 interpret issues
Sort by recently updated
recently updated
newest added

This PR should fix #98 if you have any suggestions for improvement, please don't hesitate to let me know! 😊 I'm always open to applying new ideas.

### Problem The package [@swc/register](https://www.npmjs.com/package/@swc/register) is **deprecated** we should use [@swc-node/register](https://www.npmjs.com/package/@swc-node/register) instead as they mention in the official repository [swc-project/register](https://github.com/swc-project/register) which is **archived** since **Feb 8, 2024**. ### Terminal output...

Before you open this issue, please complete the following tasks: * [x] use the search bar at the top of the page to search this repository for similar issues or...

[esbuild-kit/tsx](https://github.com/esbuild-kit/tsx) is a popular Node/TypeScript loader based on esbuild. I'd like to use this loader because it's the most straightforward I found so far, without issues and verbose configuration. I...

It seems that the deasync module causes pretty frequent failures in our CI. I'll try to ask @wooorm about it.

Issue Addressed: [#95 - Add esbuild-kit/tsx support](https://github.com/gulpjs/interpret/issues/95) Summary: This PR introduces support for the esbuild-kit/tsx loader in the interpret library. This loader is widely used for handling TypeScript in a...

This PR adds https://github.com/unjs/jiti as a supported loader.