change some things to expectPlugin

This commit is contained in:
Henry Zhu
2017-08-03 11:13:00 -04:00
parent cf3ebacf4f
commit 2dbba25d1a
22 changed files with 110 additions and 48 deletions

View File

@@ -1,3 +1,3 @@
{
"throws": "You can only use optional-chaining when the 'optionalChaining' plugin is enabled. (1:0)"
"throws": "This experimental syntax requires enabling the parser plugin: 'optionalChaining' (1:1)"
}