Crandel / tempel-collection

Collection tempel templates
GNU General Public License v3.0
76 stars 27 forks source link

Quick question #58

Open LionyxML opened 3 months ago

LionyxML commented 3 months ago

Hello there @Crandel ! Thanks for this awesome collection!

I'd like to contribute with it on the 'typescript' area.

I see we already have a js-base file. Basically i'd like to import js and keep building upon it (since typescript actually expands javascript).

Is there a way of quickly import the js-base file and extend from this one on?

It is important (I think) being able of expanding from a base file, since typescript on Emacs usually separates features into a bunch of modes (typescript-ts-mode, tsx-ts-mode, typescriptreact-mode, ...).

I see they have typescript-ts-base-mode as a base, so I might start it from there, but being able to import from JS would be great to avoid repetition :)

Crandel commented 3 months ago

Is there a way of quickly import the js-base file and extend from this one on?

There are no such way. I will prefer to avoid such complicated logic. But if you implement it, without increasing complexity, I will consider it.