@malloydata/malloy 0.0.244-dev250317160224 → 0.0.244-dev250318232813
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.
|
@@ -1369,7 +1369,7 @@ class MalloyToAST extends AbstractParseTreeVisitor_1.AbstractParseTreeVisitor {
|
|
|
1369
1369
|
const fieldNameCx = fcx.fieldName();
|
|
1370
1370
|
if (fieldNameCx) {
|
|
1371
1371
|
return this.astAt(new ast.AccessModifierFieldReference([
|
|
1372
|
-
this.astAt(
|
|
1372
|
+
this.astAt(this.getFieldName(fieldNameCx), fcx),
|
|
1373
1373
|
]), fieldNameCx);
|
|
1374
1374
|
}
|
|
1375
1375
|
const wildcardCx = fcx.collectionWildCard();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@malloydata/malloy",
|
|
3
|
-
"version": "0.0.244-
|
|
3
|
+
"version": "0.0.244-dev250318232813",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": "./dist/index.js",
|
|
@@ -41,9 +41,9 @@
|
|
|
41
41
|
"generate-version-file": "VERSION=$(npm pkg get version --workspaces=false | tr -d \\\")\necho \"// generated with 'generate-version-file' script; do not edit manually\\nexport const MALLOY_VERSION = '$VERSION';\" > src/version.ts"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@malloydata/malloy-filter": "^0.0.244-
|
|
45
|
-
"@malloydata/malloy-interfaces": "^0.0.244-
|
|
46
|
-
"@malloydata/malloy-tag": "^0.0.244-
|
|
44
|
+
"@malloydata/malloy-filter": "^0.0.244-dev250318232813",
|
|
45
|
+
"@malloydata/malloy-interfaces": "^0.0.244-dev250318232813",
|
|
46
|
+
"@malloydata/malloy-tag": "^0.0.244-dev250318232813",
|
|
47
47
|
"antlr4ts": "^0.5.0-alpha.4",
|
|
48
48
|
"assert": "^2.0.0",
|
|
49
49
|
"jest-diff": "^29.6.2",
|