Versions

  • v58

    10/15/2024
    Open: Version
    Changes from v57 to v58
    +1
    -1
    // deno-lint-ignore-file

    import helloWorld from "https://wolf-getfunction.web.val.run/helloWorld";

    helloWorld("Wolf");
    // deno-lint-ignore-file

    import helloWorld from "https://wolf-getfunction.web.val.run/helloWorld?vv";

    helloWorld("Wolf");
  • v57

    10/15/2024
    Open: Version
    Changes from v56 to v57
    +1
    -1
    // deno-lint-ignore-file

    import helloWorld from "https://wolf-getfunction.web.val.run/helloWorld";

    helloWorld();
    // deno-lint-ignore-file

    import helloWorld from "https://wolf-getfunction.web.val.run/helloWorld";

    helloWorld("Wolf");
  • v56

    10/15/2024
    Open: Version
    Changes from v55 to v56
    +2
    -0
    import helloWorld from "https://wolf-getfunction.web.val.run/helloWorld";

    helloWorld();
    // deno-lint-ignore-file

    import helloWorld from "https://wolf-getfunction.web.val.run/helloWorld";

    helloWorld();
  • v55

    10/15/2024
    Open: Version
    Changes from v54 to v55
    +1
    -1
    import helloWorld from "https://wolf-getfunction.web.val.run/helloWorld.js";

    helloWorld();
    import helloWorld from "https://wolf-getfunction.web.val.run/helloWorld";

    helloWorld();
  • v54

    10/15/2024
    Open: Version
    Changes from v53 to v54
    +3
    -2
    const helloWorld = await import("https://wolf-getfunction.web.val.run/HelloWorld");
    console.log(helloWorld);
    import helloWorld from "https://wolf-getfunction.web.val.run/helloWorld.js";

    helloWorld();
  • v53

    10/15/2024
    Open: Version
    Changes from v52 to v53
    +1
    -1
    const helloWorld = await import("https://wolf-getfunction.web.val.run/HelloWorld.js");
    console.log(helloWorld);
    const helloWorld = await import("https://wolf-getfunction.web.val.run/HelloWorld");
    console.log(helloWorld);
  • v52

    10/15/2024
    Open: Version
    Changes from v51 to v52
    +1
    -1
    const helloWorld = await import("https://wolf-getfunction.web.val.run/helloWorld");
    console.log(helloWorld);
    const helloWorld = await import("https://wolf-getfunction.web.val.run/HelloWorld.js");
    console.log(helloWorld);
  • v51

    10/15/2024
    Open: Version
    Changes from v50 to v51
    +0
    -0
    const helloWorld = await import("https://wolf-getfunction.web.val.run/helloWorld");
    console.log(helloWorld);
    const helloWorld = await import("https://wolf-getfunction.web.val.run/helloWorld");
    console.log(helloWorld);
  • v50

    10/15/2024
    Open: Version
    +2
    -0

    const helloWorld = await import("https://wolf-getfunction.web.val.run/helloWorld");
    console.log(helloWorld);
Updated: December 31, 2024