Add (configurable) suggestions for queryStr nodes - #101
Open
jonathonherbert wants to merge 9 commits into
Open
Annotations
3 errors and 1 warning
|
|
|
lib/cql/src/lang/typeahead.spec.ts#L150
{
"from": 11,
"position": "chipValue",
"suffix": " ",
"suggestions": [
DateSuggestionOption {
"label": "1 day ago",
"value": "-1d",
},
DateSuggestionOption {
"label": "7 days ago",
"value": "-7d",
},
DateSuggestionOption {
"label": "14 days ago",
"value": "-14d",
},
DateSuggestionOption {
"label": "30 days ago",
"value": "-30d",
},
DateSuggestionOption {
"label": "1 year ago",
"value": "-1y",
},
],
- "to": 12,
+ "to": 11,
"type": "DATE",
}
- Expected - 1
+ Received + 1
at <anonymous> (/home/runner/work/cql/cql/lib/cql/src/lang/typeahead.spec.ts:150:25)
|
|
lib/cql/src/lang/typeahead.spec.ts#L137
{
"from": 5,
"position": "chipValue",
"suffix": " ",
"suggestions": [
TextSuggestionOption {
"count": undefined,
"description": "A magic tag",
"label": "Tags are magic",
"value": "tags-are-magic",
},
TextSuggestionOption {
"count": undefined,
"description": "A tag with whitespace in the id. Gosh",
"label": "Tag with a space in it",
"value": "Tag with space",
},
TextSuggestionOption {
"count": undefined,
"description": "A tag with a mix of upper and lowercase strings",
"label": "abc DEF",
"value": "GHI jkl",
},
],
- "to": 6,
+ "to": 5,
"type": "TEXT",
}
- Expected - 1
+ Received + 1
at <anonymous> (/home/runner/work/cql/cql/lib/cql/src/lang/typeahead.spec.ts:137:25)
|
|
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, oven-sh/setup-bun@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
The logs for this run have expired and are no longer available.
Loading