@malloydata/malloy 0.0.98-dev231026204054 → 0.0.98-dev231027183449
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -296,10 +296,10 @@ class MalloyToAST extends AbstractParseTreeVisitor_1.AbstractParseTreeVisitor {
|
|
|
296
296
|
if (propertiesCx) {
|
|
297
297
|
const properties = this.astAt(this.visitQueryProperties(propertiesCx), pcx);
|
|
298
298
|
if (pcx.REFINE()) {
|
|
299
|
-
this.
|
|
299
|
+
this.m4advisory(pcx, 'The experimental "refine" operator is deprecated, use the "+" operator');
|
|
300
300
|
}
|
|
301
301
|
else if (!pcx.refineOperator()) {
|
|
302
|
-
this.
|
|
302
|
+
this.m4advisory(pcx, 'Implicit query refinement is deprecated, use the `+` operator');
|
|
303
303
|
}
|
|
304
304
|
return properties;
|
|
305
305
|
}
|