Home
last modified time | relevance | path

Searched refs:AsyncMethodsWithSuper (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/compiler/transformers/
Des2017.ts7 AsyncMethodsWithSuper = 1 << 0 enumerator
575 if ((enabledSubstitutions & ES2017SubstitutionFlags.AsyncMethodsWithSuper) === 0) {
576 enabledSubstitutions |= ES2017SubstitutionFlags.AsyncMethodsWithSuper;
605 …if (enabledSubstitutions & ES2017SubstitutionFlags.AsyncMethodsWithSuper && isSuperContainer(node)…
Des2018.ts5 AsyncMethodsWithSuper = 1 << 0 enumerator
1049 if ((enabledSubstitutions & ESNextSubstitutionFlags.AsyncMethodsWithSuper) === 0) {
1050 enabledSubstitutions |= ESNextSubstitutionFlags.AsyncMethodsWithSuper;
1079 …if (enabledSubstitutions & ESNextSubstitutionFlags.AsyncMethodsWithSuper && isSuperContainer(node)…