ts-loader icon indicating copy to clipboard operation
ts-loader copied to clipboard

TypeScript loader for webpack

Results 98 ts-loader issues
Sort by recently updated
recently updated
newest added

### Expected Behaviour I can debug ts code in Safari directly ### Actual Behaviour Safari shows "An error occurred trying to load the resource." when loading ts breakpoint ### Steps...

I tried to use generics with webpack and while I have no problems in my current Vite project I have no clue how to make it working with webpack. I...

TypeScript has [introduced](https://devblogs.microsoft.com/typescript/announcing-typescript-5-2/#using-declarations-and-explicit-resource-management) a new keyword `using` in 5.2 release. Seems like ts-loader does not support it. I get the following error: ``` You may need an additional loader to...

### Expected Behaviour `ts-loader` should build the dependent projects using the tsconfig specified in the `references` field. ### Actual Behaviour It seems like it is just building the dependent projects...

### Expected Behaviour The error in the pic should not be shown. ### Actual Behaviour when using dynamic slot with v-for with vue components, i'm getting the following errors: error...

In my project I get some errors with the TS compiler (see code below) The strange thing is I don't see/get the errors with Webpack/ts-loader. All other errors are noticed...

We noticed there were quite a number of Dependabot + Renovate PRs open. We ran Adaptly on one of them to help you catch breaking changes in these new versions....

Bumps [webpack](https://github.com/webpack/webpack) from 5.72.0 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @​Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @​lvivski...

dependencies

ERROR Failed to compile with 1 errors 16:28:37 error in ./src/views/modules/generator/HelloWorld.vue Module build failed: TypeError: loaderContext.getOptions is not a function at getLoaderOptions (E:\Desktop\structure_report_byHMRRC_VUE\node_modules\ts-loader\dist\index.js:91:41) at Object.loader (E:\Desktop\structure_report_byHMRRC_VUE\node_modules\ts-loader\dist\index.js:14:21) @ ./src/views/modules/generator/HelloWorld.vue 8:0-136 @...

### Detailed Description I'm writing typescript compiler plugin that is using **ts.Program** and **ts.TypeChecker**, when project is runned in webpack watch (serve) mode and without **ttypescript** compiler - **TransformerFactory function**...