Sid Vishnoi
Sid Vishnoi
I think this would be handled by eslint globals instead.
This project's readme says: > ESLint itself provides a Jasmine environment for Jasmine's global variables meaning globals are not handled here. So, we can add to following to `.eslintrc.yml`: ```...
Same as https://github.com/mozilla-mobile/fenix/issues/26674
Some relevant code: https://github.com/w3c/respec/blob/471d6f5b20aab17e0b9db969418ef53f4b568d4c/src/core/id-headers.js#L48-L53
They aren't links as of now. The feature request suggests we make them (self) links. I'm not in favor of adding a new config option for that. Maybe a class...
Though, I wonder if a self-link on table captions could be too many links on page. We've [`section#list-of-tables`](https://github.com/w3c/respec/blob/bb474bfa23725105b891ef54d2bd64af159551d2/src/core/tables.js#L28) where tables are linked, maybe that should be enough?
I think we should go ahead with self links on all tables with captions (numbered or not). If someone complains about too many links, we can consider adding some config...
> Could you shed a little light on your particular use-case for this? I'm working on a program where I need to pre-compile templates and save them to file system,...
> Can I also ask what is the objection to using EJS as normal in your program. Do you mean using EJS without using pre-compiled templates? It's because I have...
> But the precompile functionality is not the EJS primary use-case. Sad. > Do you have any interest at helping out with an implementation that satisfies both use-cases? Yes I...