import
This commit is contained in:
parent
9637d0ec7b
commit
eb98985815
207 changed files with 11155 additions and 0 deletions
8
test/data/lambda/simple.js
Normal file
8
test/data/lambda/simple.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
({
|
||||
name: "Chris",
|
||||
value: 10000,
|
||||
taxed_value: function () {
|
||||
return this.value - (this.value * 0.4);
|
||||
},
|
||||
in_ca: true
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue