`const {a,b}:MyClass = foo`是什么意思?

时间:2017-06-12 11:21:21

标签: javascript

jest-snapshot has this line

的源代码
const {currentTestName, isNot, snapshotState}: MatcherState = this;

虽然解构部分很好,但我不认为: MatcherState =语法是合法的javascript。这是ES.Next中的新内容还是某种类型的注释和流程?

0 个答案:

没有答案