We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 983ffad commit 49b9772Copy full SHA for 49b9772
packages/transform/src/transformers/v13-to-v14.ts
@@ -268,14 +268,6 @@ export class V13ToV14Transformer {
268
return false;
269
}
270
271
- if (this.isInInsertContext(context)) {
272
- return false;
273
- }
274
-
275
- if (this.isInUpdateContext(context)) {
276
277
278
279
if (this.isInRangeFunctionContext(context)) {
280
281
@@ -292,10 +284,6 @@ export class V13ToV14Transformer {
292
284
293
285
294
286
295
- if (this.isInSelectFromContext(context)) {
296
297
298
299
287
if (this.isInCreateIndexContext(context)) {
300
288
301
289
0 commit comments