google-indexing-script icon indicating copy to clipboard operation
google-indexing-script copied to clipboard

Moving from `mjs` to `ts`

Open antoinekm opened this issue 1 year ago • 0 comments

What did I change? I just switched from mjs to ts (commonjs), no more/no fewer features, all this to get all ts benefits.

Why did I change it? As a new contributor, it is difficult to directly understand how the code is working, using the shared functions and what should it return, etc. Also, I think that in the long term, it might be a good idea to have safe types for future contributions.

antoinekm avatar Feb 24 '24 12:02 antoinekm