You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -209,6 +214,13 @@ public CodeStyleSettings getSettings() {
209
214
210
215
// ---- implementation ----
211
216
217
+
privateBlockunwrap(Blockchild) {
218
+
if(childinstanceofJSGraphQLBlockWrapper) {
219
+
return ((JSGraphQLBlockWrapper) child).wrapped;
220
+
}
221
+
returnchild;
222
+
}
223
+
212
224
// This is based on AbstractBlock.buildInjectedBlocks, but substitutes DefaultInjectedLanguageBlockBuilder for a JSGraphQLInjectedLanguageBlockBuilder to
213
225
// enable host JS/TS template fragments that separate/shreds the GraphQL with ${...} expressions
0 commit comments