Every line of code has been audited by all security researchers. The implementation is language agnostic and extremely slim (0 LOC). It runs all the JavaScript I want (none).

    • fkn@lemmy.world
      link
      fedilink
      arrow-up
      14
      arrow-down
      1
      ·
      1 year ago

      And yet, somehow there is still a bug in the datetime implementation.

    • newIdentity@sh.itjust.works
      link
      fedilink
      arrow-up
      0
      arrow-down
      1
      ·
      edit-2
      1 year ago

      Ironically, such a site would more bugs then of it would use Javascript. And security issues are still an issue too.

      Basically everything has to be handled through forms and a site reload and hidden components and lots of css :hover events. Have you ever tried making a dropout without Javascript? It isn’t impossible, but really hard.

      And such sites exist. Just that they’re mostly Darknet sites like like Dread or Bohemia

  • rentar42@kbin.social
    link
    fedilink
    arrow-up
    20
    ·
    1 year ago

    I really like it and it clearly passed the code review without any issues. But I find the diagnostic messages a bit lacking, it can be hard to debug.

    • aksdb@feddit.deOP
      link
      fedilink
      arrow-up
      16
      ·
      1 year ago

      But I find the diagnostic messages a bit lacking

      That’s weird. Every line of business logic has an infinite amount of logging. Ticket closed; works for me.

    • aksdb@feddit.deOP
      link
      fedilink
      arrow-up
      19
      ·
      1 year ago

      The runtime doesn’t need to be obfuscated. Only the code you run with it. You can still compress and obfuscate that and it will run just as well as it did before. Actually you can completely scramble your code and it would still run exactly the same.

  • knF@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    ·
    1 year ago

    Can you share the github link? I’m really eager to use it in one of my key projects where JS is a core component :D