More progress, update to use 1.9 scopes

This commit is contained in:
Daniel Imms
2017-01-29 23:24:59 -08:00
parent 300020bf47
commit 197cdd4c4e
5 changed files with 78 additions and 11 deletions

View File

@@ -8,6 +8,7 @@ function func(param) {
var templateLiterals = `a ${text} b ${1 + 2} c`;
return {
"text": text,
"boolean": false
"boolean": false,
"number": 231
};
}