James DiGioia
James DiGioia
I'd love this as well; I'm writing a plugin for the [pipeline operator](https://github.com/tc39/proposal-pipeline-operator/) which requires an extra syntax plugin to parse correctly.
Duplicate of #194. I need a reproducible test case to be able to investigate.
`prismjs` is a peerDependency, so you'll need to install that. I don't know why you don't get a warning though, but that's an `npm` thing. That said, I would welcome...
`"languages": ["all"]` should be `"languages": "all"`
I'm not having any issues building & running the project: ```shell Jamess-iMac in ~/Code/JavaScript/next-js-plugin-repro-case ± |master ✓| → npm ci added 280 packages, and audited 281 packages in 6s found...
It's not clear to me what `import '/'` does, and the stack trace suggests it could be a reentrancy problem. Could you provide a reproducible example?
So this actually requires the macro to be created in Prismjs itself. If the macro sees `prismjs/macro`, it'll invoke the macro that resolves to that identifier, which means we need...
@erickguan As an example, when I wrote the [parser for the Pocket API](https://github.com/ArchiveBox/ArchiveBox/pull/528), I included the keys as config options, so the OAuth flow wouldn't need to be built into...
I ran into this and I ended up configuring my reverse proxy to not timeout. The page can't load until the process is completed (it's not a background task) so...
Feasibly, you could do this via the CLI with some combo of `schedule` and/or a cronjob. Although I can't seem to find it now, there are designs on improving the...