John Deighan

Results 15 comments of John Deighan

Tried using cake - got the error "Cannot use import statement outside a module". So, I went to GitHub to report this as a bug since my package.json files ALWAYS...

ESM would allow this, which is a style I use all the time: ``` import {compile} from 'moo'; ```

I think that "grey" is going to be a problem with folks from the US. The phrase "essentially all English speaking countries apart from the US" is a bit strange...

I'm doing a lot of SvelteKit these days and I'd definitely like to see the ability to specify the fetch to use per request. Although everything works in my project,...

I like how simple this project is and I can see using it to check if a grammar is a valid BNF grammar. However, I would need to use it...