John Deighan

Results 15 comments of John Deighan

I did as you say (i.e. removed my fork of coffeelint, then forked coffeelint/coffeelint, then cloned to my dev box), and I'm happy to report that 'npm run test' now...

Very happy that this is even being discussed. I'm working on an extension to sveltekit and my way around this (which uses backticks) is the most fragile part of my...

The first thing you should be asking is whether your intent is to support the concept of labels in general, or if what you really want to support is reactive...

CoffeeScript really needs to implement getters and setters. And, it should work just like the JavaScript version - no hacks, please. For some reason, the assumption is made above that...

I'm starting to work with parser generators again, and I've come to a realization regarding my last comment. The examples I've seen make, what I think is a mistake in...

file:///C:/Users/johnd/ml/test/temp.js:8 ones, ^^^^ SyntaxError: Named export 'ones' not found. The requested module 'numjs' is a Co mmonJS module, which may not support all module.exports as named exports. CommonJS modules can...

It appears that in the latest version, the manifest file's name has been changed. Maybe it's in response to the above complaints, but to me, it totally makes sense that...

Having to name your files with a .cjs extension is ugly. Still, it's a fix that works. But this would be such an easy fix that I don't understand why...

When I attempt to package my library, I get the error message: `Failed to locate tsconfig or jsconfig.` At first, I thought that the problem was that I had removed...

If TypeScript is included when the library is originally set up, then `npm run build` runs without error.