未验证 提交 90448bc0 编写于 作者: fxy060608's avatar fxy060608 提交者: GitHub

Merge pull request #1196 from minh8023/optional-chaining

add optionalChaining
......@@ -81,6 +81,7 @@ createPage(Page)
} = traverse(parser.parse(content, {
sourceType: 'module',
plugins: [
'optionalChaining',
'typescript',
['decorators', {
decoratorsBeforeExport: true
......
......@@ -66,6 +66,7 @@ module.exports = function (content, map) {
} = traverse(parser.parse(content, {
sourceType: 'module',
plugins: [
'optionalChaining',
'typescript',
['decorators', {
decoratorsBeforeExport: true
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册