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
/
config.js
9 lines
•
166 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
const
config
=
{
html:
{
parseOptions:
{
language:
'html'
} },
vue:
{
parseOptions:
{
language:
'vue'
} } }
module.exports
=
config;