Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
2
peterqliu avatar

great work! a bug:

  confirm(`A new val ${file} was found. Do you want to create it on remote?`)

when declining, it errors with

error: Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'hash')
  if (hash === meta.hash) {
                    ^
    at https://esm.town/v/pomdtr/sync?v=16:136:21
    at eventLoopTick (ext:core/01_core.js:177:7)
pomdtr avatar

Tbh I don't use this anymore.

I recommend using the vt cli instead: https://github.com/pomdtr/vt

Updated: May 7, 2024