-
I get the above error, I am not sure if it's a vue issue or caused by rollup-plugin-vue...
### Steps to reproduce the behavior
Emits an event like `this.$emit('change',myvalue)`
### Versions
`…
-
Hello,
#### Input Code
```js
function showBug() {
let myVar = '';
for (let i = 0; i < 2; i++) {
myVar += 'A';
}
return myVar;
}
```
That code works as expected.
#### Actual O…
-
Hi there, nice approach, I'm just trying it out...
After some trouble to start I made the example in the README of S.js work except by the `×`, it shows exactly like that and not as "×"…
-
```
PS C:\Users\Jan\Documents> ionic start myionic
? What starter would you like to use: super
✔ Creating directory .\myionic - done!
[INFO] Fetching app base (https://github.com/ionic-team/ionic2…
-
Hello,
I tried to install hackmd but when requesting the index, I get the following error : `Error: Could not find include include file.`
I use node 6.12.3 and npm 3.10.10
```
hackmd@brell:~$ …
-
I'm attempting to create a clojurescript project that uses a library which depends on rxjs, but it seems to fail with the following:
```
could not find module-entry: rxjs/Observable
{:require "…
-
#### Code to Reproduce
```sh
node_modules/.bin/babel public/js/api/** --out-file public/js/api.bundle.js --source-maps --presets minify
```
#### Input Code
Multiple files.
```js
// _Config.…
-
Hey there!
When I attempt to `npm run build` after `npm install`ing, I am running into the following error:
> [!] (fable plugin) Error: Z:/fable-repl/src/fcs.fs(5,15): (5,21) error FSHARP: The n…
-
I am having a very strange issue! I am using ng2-pdfviewer for viewing some pdf. It was working fine for dev as well as for prod. But now if I do npm update it works fine for dev as well as for prod. …
-
#### Input Code
```js
var a = 0;
for( var b = a; b < 10;b++ );
for( var c = a; c < 10;c++ );
```
#### Actual Output
```js
for(var a=0,b=a;10>b;b++);for(var c=a;10>c;c++);
```
#…