Change decoratorsBeforeExport default to false (#8113)

This commit is contained in:
Nicolò Ribaudo
2018-06-04 21:12:01 +02:00
committed by GitHub
parent b445b79734
commit 6349118bed
6 changed files with 10 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
{
"sourceType": "module",
"throws": "Using the export keyword between a decorator and a class is not allowed. Please use `export @dec class` instead, or set the 'decoratorsBeforeExport' option to true. (2:0)"
"throws": "Using the export keyword between a decorator and a class is not allowed. Please use `export @dec class` instead. (2:0)"
}