How to use yelm - 2 common examples

To help you get started, we’ve selected a few yelm examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github microsoft / pxt / yelmlib / main.ts View on Github external
.then(resp => {
                    let v = JSON.parse(resp.text)
                    if (typeof v["yelm.json"] == "string")
                        v["yelm.json"] = JSON.parse(v["yelm.json"])
                    res[n] = v                      
                })              
        }))
github microsoft / pxt / yelmlib / main.ts View on Github external
.then(resp => {
                    let v = JSON.parse(resp.text)
                    if (typeof v["yelm.json"] == "string")
                        v["yelm.json"] = JSON.parse(v["yelm.json"])
                    res[n] = v                      
                })              
        }))

yelm

Experimental programming environment for micro:bit

MIT
Latest version published 8 years ago

Package Health Score

66 / 100
Full package analysis

Popular yelm functions