-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert JavaScript files to TypeScript #501
Conversation
`rehype-plugin-image-native-lazy-loading` is no-longer maintained. https://github.com/potato4d/rehype-plugin-image-native-lazy-loading I haven't seen the source code of `rehype-plugin-image-native-lazy-loading` to implement this.
d7d51e6
to
dfc796c
Compare
I have rebased this branch to resolve the conflicts. |
Hi @phanect Some question:
|
@prototypa Thanks for the review!
Oops, I forgot to write the reason. I considered to contribute to |
While most of the AstroWind code is written in TypeScript, there are still some JavaScript files in the repository.
This PR converts those JavaScript files to TypeScript and adds minimal typings.
This PR also includes the following changes:
rehype-plugin-image-native-lazy-loading
and rewrote the same functionalitytsc
NOTES: