-
File /path/to/file.svelte is not a module is thrown when using the TypeScript preprocessor.
Here's my `svelte.config.js`
```js
module.exports = {
preprocess: require('svelte-preprocess')(),
};
…
-
Thanks so much for creating the stencil-toolkit plugin for NX! I am running the stencil-toolkit-nx project under integrations and facing an issue building the react-lib.
Steps:
clone repo
`cd int…
-
I have installed a VueJS 3 app and upgraded test-utils to the latest alpha. An attempt to serve the app locally returns this error:
```
node_modules/@vue/test-utils/dist/components/RouterLinkStub.d…
-
Encountering unexpected runtime error at [`Color tool` documentation](https://material-ui.com/customization/color/#color-tool)
(This is my first issue opened for `mui` so if this is duplicated …
-
FullCalendar includes sourcemaps but there are multiple problems that prevent them from being useful, especially with file-based debuggers like VSCode:
* the copyright/license banner added by gulp t…
-
Hello, I'm new to typescript, and I don't understand what is the good way to declare an interface for it to be exported within the build.
### Current Behavior
In src/global.d.ts, I have interfac…
-
#### Got an error when packing lodash
The error is:
> [!] (rpt2 plugin) TypeError: this.emitFile is not a function
> TypeError: this.emitFile is not a function
> at emitDeclaration (D:\wor…
-
I have a components library and some components import and use another components like this :
App.vue
```
import { Component, Vue } from 'vue-property-decorator';
import Te…
-
### Current Behavior
Encounter an error
```
Error: Could not resolve './ComponentC' from src/ComponentB.jsx
```
When import JSX file from JSX file with than 2 levels deep, eg
```sh
inde…
-
Hi,
Thanks for the package.
Sorry to be your first issue (bound to happen sometime.)
I'm having a problem that i just can't seem to figure out the cause behind it:
`semantic error TS2307 Cannot …