Skip to content

Commit

Permalink
Merge branch 'main' into crs-generic-functions
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherswenson committed Dec 16, 2024
2 parents 051a3fa + cdd3586 commit 5634b4d
Show file tree
Hide file tree
Showing 54 changed files with 1,518 additions and 150 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": false,
"version": "0.0.222",
"version": "0.0.223",
"command": {
"version": {
"allowBranch": "main"
Expand Down
54 changes: 27 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/malloy-db-bigquery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malloydata/db-bigquery",
"version": "0.0.222",
"version": "0.0.223",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -25,7 +25,7 @@
"@google-cloud/bigquery": "^7.3.0",
"@google-cloud/common": "^5.0.1",
"@google-cloud/paginator": "^5.0.0",
"@malloydata/malloy": "^0.0.222",
"@malloydata/malloy": "^0.0.223",
"gaxios": "^4.2.0"
}
}
4 changes: 2 additions & 2 deletions packages/malloy-db-duckdb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malloydata/db-duckdb",
"version": "0.0.222",
"version": "0.0.223",
"license": "MIT",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@duckdb/duckdb-wasm": "1.29.0",
"@malloydata/malloy": "^0.0.222",
"@malloydata/malloy": "^0.0.223",
"@motherduck/wasm-client": "^0.6.6",
"apache-arrow": "^17.0.0",
"duckdb": "1.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/malloy-db-mysql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malloydata/db-mysql",
"version": "0.0.222",
"version": "0.0.223",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -22,7 +22,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@malloydata/malloy": "^0.0.222",
"@malloydata/malloy": "^0.0.223",
"@types/node": "^22.7.4",
"fastestsmallesttextencoderdecoder": "^1.0.22",
"luxon": "^3.5.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/malloy-db-postgres/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malloydata/db-postgres",
"version": "0.0.222",
"version": "0.0.223",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -22,7 +22,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@malloydata/malloy": "^0.0.222",
"@malloydata/malloy": "^0.0.223",
"@types/pg": "^8.6.1",
"pg": "^8.7.1",
"pg-query-stream": "4.2.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/malloy-db-snowflake/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malloydata/db-snowflake",
"version": "0.0.222",
"version": "0.0.223",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -21,7 +21,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@malloydata/malloy": "^0.0.222",
"@malloydata/malloy": "^0.0.223",
"generic-pool": "^3.9.0",
"snowflake-sdk": "1.14.0",
"toml": "^3.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/malloy-db-trino/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malloydata/db-trino",
"version": "0.0.222",
"version": "0.0.223",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -22,7 +22,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@malloydata/malloy": "^0.0.222",
"@malloydata/malloy": "^0.0.223",
"@prestodb/presto-js-client": "^1.0.0",
"gaxios": "^4.2.0",
"trino-client": "^0.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/malloy-interfaces/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malloydata/malloy-interfaces",
"version": "0.0.222",
"version": "0.0.223",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/malloy-malloy-sql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malloydata/malloy-sql",
"version": "0.0.222",
"version": "0.0.223",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -24,7 +24,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@malloydata/malloy": "^0.0.222"
"@malloydata/malloy": "^0.0.223"
},
"devDependencies": {
"peggy": "^3.0.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/malloy-render/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malloydata/render",
"version": "0.0.222",
"version": "0.0.223",
"license": "MIT",
"main": "dist/module/index.umd.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
"build-types": "tsc --build --declaration --emitDeclarationOnly"
},
"dependencies": {
"@malloydata/malloy": "^0.0.222",
"@malloydata/malloy": "^0.0.223",
"@tanstack/solid-virtual": "^3.10.4",
"component-register": "^0.8.6",
"lodash": "^4.17.20",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,10 @@ export const monarch: Monaco.IMonarchLanguage = {
[/\bwhen\b/, 'keyword.other.when'],
[/\bpick\b/, 'keyword.other.pick'],
[/\bimport\b/, 'keyword.control.import'],
[/\binternal\b/, 'keyword.control.internal'],
[/\bpublic\b/, 'keyword.control.public'],
[/\bprivate\b/, 'keyword.control.private'],
[/\binclude\b/, 'keyword.control.include'],
],
properties: [
[/\baccept\b/, 'keyword.control.accept'],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,22 @@
{
"match": "(?i)\\bimport\\b",
"name": "keyword.control.import"
},
{
"match": "(?i)\\binternal\\b",
"name": "keyword.control.internal"
},
{
"match": "(?i)\\bpublic\\b",
"name": "keyword.control.public"
},
{
"match": "(?i)\\bprivate\\b",
"name": "keyword.control.private"
},
{
"match": "(?i)\\binclude\\b",
"name": "keyword.control.include"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion packages/malloy-syntax-highlight/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malloydata/syntax-highlight",
"version": "0.0.222",
"version": "0.0.223",
"description": "A package to simplify the process of developing, testing, and syncnig Malloy syntax highlighting grammars",
"files": [
"grammars/**/*.tmGrammar.json",
Expand Down
4 changes: 2 additions & 2 deletions packages/malloy-syntax-highlight/test/visual/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
}
</textarea></div>
<div class="right"><div id="output"></div></div>
<script src="https://unpkg.com/shiki"></script>
<script src="https://unpkg.com/shiki@0.14.7"></script>
<script>
fetch("./malloy.tmGrammar.json").then(response => {
const malloyGrammar = response.json();
Expand Down Expand Up @@ -73,4 +73,4 @@
});
</script>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion packages/malloy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malloydata/malloy",
"version": "0.0.222",
"version": "0.0.223",
"license": "MIT",
"exports": {
".": "./dist/index.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ export class ConstantFieldSpace implements FieldSpace {
isQueryFieldSpace(): this is QueryFieldSpace {
return false;
}

isProtectedAccessSpace(): boolean {
return false;
}
}

export class ConstantExpression extends ExpressionDef {
Expand Down
Loading

0 comments on commit 5634b4d

Please sign in to comment.