Pine

Results 141 comments of Pine
trafficstars

That doesn't look like the fix for the issue – the original error is probably caused by loading a language that embeds `source.objc` and you don't have `source.objc` loaded. For...

Probably something I've fixed in https://github.com/shikijs/shiki/commit/fd178bf2464437dc57b1f30a8c313a682cd884c2. I'll release a new version tomorrow, please give it a try.

I agree the documentation could be better. Let me start a proper doc website...

Hey @43081j, it seems you are very familiar with ESM. What makes `index.esm.js` valid only for node but not browsers? Is there a way to make a ESM build that...

It's possible, just need to add that to the [HTML renderer](https://github.com/octref/shiki/blob/master/packages/shiki/src/renderer.ts). You can do it too if you have time: ```ts const shiki = require('shiki') shiki.getHighlighter({ theme: 'nord' }).then(highlighter =>...

When using `getHighlither`, only specify the themes/languages you want to use.

Can you clarify why this is needed? And how are you compilation this without sass errors? When you import `variables`, it should only resolve to either `variables.scss` or `_variables.scss`.

@mrmlnc Do you mind updating this with latest plans? I can help with development, but I'm interested to see what you think would be essential for 1.0.

@mrmlnc IMO we should implement find references and rename. I think we already have enough information for doing this, and they would be incredibly useful.