romainmenke / todo

0 stars 0 forks source link

Can we do AOT compilation of some dev tools? #12

Open romainmenke opened 11 months ago

romainmenke commented 11 months ago

CanadaHonk · AOT JS compilation looks like it's becoming a new hip cool thing?

  • AssemblyScript
  • DeviceScript
  • Static Hermes (- my JS engine lol)

https://twitter.com/C4nadaHonk/status/1682154054271606785

Most of the time spend on things like Stylelint, PostCSS, ... is in parsing the source code of the tool, not on doing any actual processing.

PostCSS itself is pure function that takes a string input and gives a string output, so maybe there is something here?