UNPKG
@yugu/gogocode
Version:
latest (1.0.55)
1.0.55
1.0.54
The simplest tool to parse/transform/generate code on ast
github.com/thx/gogocode
thx/gogocode
@yugu/gogocode
/
test
/
code
/
simple4.js
20 lines
•
276 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
const
code
=
`
const
list
=
[ { text:
"A策略"
, value:
1
, tips:
"Atip"
, }, { text:
"B策略"
, value:
2
, tips:
"Btip"
, }, { text:
"C策略"
, value:
3
, tips:
"Ctip"
, }, ]; `;
module
.
exports
= code;