Mario Valle
Mario Valle
The real problem is that both `typeof exports` and `typeof module` are undefined, so I cannot import the library this way as expected: `import tko from "..../build.reference.es6.js"` Any idea how...
If positioned on the right of the screen, the timer window does not appear at all. Using beta 4
Well, even if I reposition the toolbar on the bottom (with tomato running) the timer window does not appear. Win 10 64 bits
The real problem is that both `typeof exports` and `typeof module` are undefined, so I cannot import the library this way as expected: `import tko from "..../build.reference.es6.js"`
Currently I'm an happy user of the old 0.7.1 I think I will wait a little more before testing 1.0.0 again. Anyway, keep up wit the good work! Thanks mario
Maybe it is better to fix the snippet in VS Code. If the standard asks for it, then the warning IMHO should stay.
Make sense. This is invalid YAML. Normally I change title to `title: My Brother’s Title` or quoting the title as `title: "My Brother's Title"`
Any news? This addition will be really useful. I'm running madge 6.1.0 Thanks! mario
I have a similar problem. My test files are Typescript with extension `.test.ts` and are counted as Typescript files. I run 3.1.0 on Windows. I don't have found a command...
I have the same problem in the stryker generated file `test.js`: ``` ({"Object.":function(module,exports,require,__dirname,__filename,jest){import path from 'path'; ^^^^^^ SyntaxError: Cannot use import statement outside a module ``` and this configuration: ```...