comparison: toolkit/devtools/server/tests/unit/source-map-data/sourcemapped.coffee
toolkit/devtools/server/tests/unit/source-map-data/sourcemapped.coffee
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 foo = (n) -> |
|
2 return "foo" + i for i in [0...n] |
|
3 |
|
4 [first, second, third] = foo(3) |
|
5 |
|
6 debugger |