-
I'm using `karma-coverage` along with `karma-jspm`. Coverage reports are being generated, but only for source files that are referenced in test files. However, any source files that are not required f…
-
Did anyone try to use WebStrom's test runner yet?
On the CLI everything works just fine. But if I use the `karma.conf.js` with WebStorm's test runner, it says `Empty test suite.`
-
Hi!
I have installed it throught jspm: `jspm install less`
then it fails trying to find lesscss without success, on the browser you can see
> Uncaught (in promise) Error: (SystemJS) XHR error (404…
-
We are using this jspm: functionality in 0.17 beta which works great for our private packages that are listed as a jspm dependency.
But we seem to run into errors when we try to pull in typings for…
-
``` javascript
import calendar from "angular-ui-calendar";
angular.module('foobar', ['ui-calendar'])
```
throws
```
Uncaught Error: [$injector:modulerr] Failed to instantiate module vewa due to:
Er…
-
Seems that the `resolveId` hook fo the `jspm:import-mapping` plugin never triggers.
I've `npm create vite@latest my-vue-app -- --template vue` and added the jspm plugin in my vite config as
```
ex…
-
The main reason for using this, is to create file names using `packagename@version`. So we use `parseUrlPkg` from the `@jspm/generator`. Again as i mentioned in #13 to keep the loader lean. Let's see …
-
can you explain to me how to define riot-mui on jspm, it still like not matching with my riot module, the error see at below :
`system.src.js:123 Uncaught (in promise) Error: (SystemJS) riot is not…
-
According to [the documentation for `Cheerio.html()`](https://cheerio.js.org/docs/api/classes/Cheerio#html), it returns the *content* of the element—that is, its `innerHTML` rather than its `outerHTML…
-
Currently being kept in `src/lib`, perhaps it's better off outside the `src` dir.