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
/
src
/
js-core
/
node-link-map.js
13 lines
•
305 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
module
.
exports
= {
'JSXAttribute'
:
' '
,
'JSXText'
:
'\n'
,
'ObjectProperty'
:
', \n'
,
'ObjectMethod'
:
', \n'
,
'Identifier'
:
','
,
'StringLiteral'
:
','
,
'JSXElement'
:
'\n'
,
'ImportSpecifier'
:
','
,
'TSEnumMember'
:
','
,
'SpreadElement'
:
','
,
'AssignmentPattern'
:
','
}