Open romainmenke opened 1 year ago
CanadaHonk · AOT JS compilation looks like it's becoming a new hip cool thing? AssemblyScript DeviceScript Static Hermes (- my JS engine lol)
CanadaHonk · AOT JS compilation looks like it's becoming a new hip cool thing?
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?
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?