-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'LF-2831-output-empty-expression' into 'master'
LF-2831 - Added empty output expression validation See merge request lfor/rule-editor!4
- Loading branch information
Showing
52 changed files
with
3,430 additions
and
1,169 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
567 changes: 310 additions & 257 deletions
567
cypress/integration/custom_extension_variable_type.ts
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,6 +88,9 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | |
SOFTWARE. | ||
|
||
|
||
@lhncbc/ucum-lhc | ||
SEE LICENSE IN LICENSE.md | ||
|
||
@ungap/custom-elements | ||
ISC | ||
ISC License | ||
|
@@ -107,6 +110,9 @@ OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR | |
PERFORMANCE OF THIS SOFTWARE. | ||
|
||
|
||
antlr4 | ||
BSD-3-Clause | ||
|
||
autocomplete-lhc | ||
See LICENSE.md | ||
# LICENSE | ||
|
@@ -138,6 +144,14 @@ THIS SOFTWARE IS PROVIDED BY THE OWNER AND CONTRIBUTORS "AS IS" AND ANY EXPRESS | |
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
|
||
|
||
date-fns | ||
MIT | ||
# License | ||
|
||
date-fns is licensed under the [MIT license](http://kossnocorp.mit-license.org). | ||
Read more about MIT at [TLDRLegal](https://tldrlegal.com/license/mit-license). | ||
|
||
|
||
easy-path-expressions | ||
SEE LICENSE IN LICENSE.md | ||
|
||
|
@@ -166,6 +180,76 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | |
SOFTWARE. | ||
|
||
|
||
fhirpath | ||
SEE LICENSE in LICENSE.md | ||
# LICENSE | ||
|
||
The software, fhirpath.js, was jointly developed by the Lister Hill National | ||
Center for Biomedical Communications (LHNCBC), a research and development | ||
division of the U.S. National Library of Medicine (NLM), and [email protected] | ||
(Health Samurai). | ||
|
||
The following terms and conditions are based on the BSD open-source license. | ||
|
||
If publishing research that used this software, please include a citation that | ||
acknowledges it. | ||
|
||
Redistribution and use in source and binary forms, with or without modification, | ||
are permitted for commercial and non-commercial purposes and products alike, | ||
provided that the following conditions are met: | ||
|
||
* Redistributions of source code shall retain this license file, including the | ||
list of contributing developers and organizations, this list of conditions and | ||
the following disclaimer. | ||
* Redistributions in binary form shall include this license file, including the | ||
list of contributing developers and organizations, this list of conditions and | ||
the following disclaimer, in the documentation and/or other materials provided | ||
with the distribution. | ||
* Neither the names of the National Library of Medicine (NLM), the Lister Hill | ||
National Center for Biomedical Communications (LHNCBC), the National | ||
Institutes of Health (NIH), nor the names of any of the software contributors | ||
may be used to endorse or promote products derived from this software without | ||
specific prior written permission. | ||
|
||
THIS SOFTWARE IS PROVIDED BY THE CONTRIBUTORS "AS IS" AND ANY EXPRESS | ||
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | ||
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT | ||
SHALL THE CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | ||
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, | ||
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR | ||
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN | ||
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING | ||
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY | ||
OF SUCH DAMAGE. | ||
|
||
|
||
is-finite | ||
MIT | ||
MIT License | ||
|
||
Copyright (c) Sindre Sorhus <[email protected]> (sindresorhus.com) | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
|
||
|
||
is-integer | ||
WTFPL OR ISC | ||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | ||
Version 2, December 2004 | ||
Copyright (C) 2004 Sam Hocevar <[email protected]> | ||
|
||
Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed. | ||
|
||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | ||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION | ||
|
||
0. You just DO WHAT THE FUCK YOU WANT TO. | ||
|
||
|
||
mobx | ||
MIT | ||
The MIT License (MIT) | ||
|
Oops, something went wrong.