@dbml/core
Advanced tools
Comparing version 2.5.3 to 2.5.4
@@ -52,6 +52,6 @@ "use strict"; | ||
}, | ||
ConstExpr: function ConstExpr() { | ||
return P.seq(KP.LParen.fallback(null), P.alt(pFunction, pConst, KP.KeywordNull.thru(streamline('boolean'))), KP.RParen.fallback(null)).map(function (value) { | ||
ConstExpr: function ConstExpr(r) { | ||
return P.alt(P.seq(KP.LParen, r.ConstExpr, KP.RParen).map(function (value) { | ||
return value[1]; | ||
}); | ||
}), pFunction, pConst, KP.KeywordNull.thru(streamline('boolean'))); | ||
}, | ||
@@ -58,0 +58,0 @@ ConstraintName: function ConstraintName() { |
{ | ||
"name": "@dbml/core", | ||
"version": "2.5.3", | ||
"version": "2.5.4", | ||
"description": "> TODO: description", | ||
"author": "Holistics <dev@holistics.io>", | ||
"license": "Apache-2.0", | ||
"homepage": "https://dbml.org", | ||
"homepage": "https://dbml.dbdiagram.io", | ||
"repository": "https://github.com/holistics/dbml/tree/master/packages/dbml-core", | ||
@@ -58,3 +58,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "ce84c21ed6e4c1ef17d3e6a87df98600baf079ab" | ||
"gitHead": "2f74de58e4a66ac7390833e3a9434e3fab7e0f4e" | ||
} |
# @dbml/core | ||
See our website [@dbml/core](https://www.dbml.org/js-module/#core) for more information | ||
See our website [@dbml/core](https://dbml.dbdiagram.io/js-module/#core) for more information | ||
@@ -5,0 +5,0 @@ ## Installation |
1158610