Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ifc-expressions

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ifc-expressions - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

12

dist/cjs/IfcExpression.js

@@ -6,3 +6,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.IfcExpression = exports.IfcExpressionVisitor = exports.IfcExpressionErrorListener = exports.IfcExpressionEvaluationException = exports.ReferenceValue = exports.NumericValue = exports.LogicalValue = exports.BooleanValue = exports.StringValue = exports.Value = exports.IfcElementAccessor = void 0;
exports.IfcExpression = exports.IfcExpressionVisitor = exports.IfcExpressionErrorListener = exports.IfcExpressionEvaluationException = exports.NamedObjectAccessor = exports.IfcTypeObjectAccessor = exports.IfcRootObjectAccessor = exports.IfcPropertyAccessor = exports.IfcPropertySetAccessor = exports.ReferenceValue = exports.NumericValue = exports.LogicalValue = exports.BooleanValue = exports.StringValue = exports.Value = exports.IfcElementAccessor = void 0;
const antlr4_1 = require("antlr4");

@@ -29,2 +29,12 @@ const ExprVisitor_1 = require("./ExprVisitor");

Object.defineProperty(exports, "ReferenceValue", { enumerable: true, get: function () { return ReferenceValue_1.ReferenceValue; } });
const IfcPropertySetAccessor_1 = require("./context/IfcPropertySetAccessor");
Object.defineProperty(exports, "IfcPropertySetAccessor", { enumerable: true, get: function () { return IfcPropertySetAccessor_1.IfcPropertySetAccessor; } });
const IfcPropertyAccessor_1 = require("./context/IfcPropertyAccessor");
Object.defineProperty(exports, "IfcPropertyAccessor", { enumerable: true, get: function () { return IfcPropertyAccessor_1.IfcPropertyAccessor; } });
const IfcRootObjectAccessor_1 = require("./context/IfcRootObjectAccessor");
Object.defineProperty(exports, "IfcRootObjectAccessor", { enumerable: true, get: function () { return IfcRootObjectAccessor_1.IfcRootObjectAccessor; } });
const IfcTypeObjectAccessor_1 = require("./context/IfcTypeObjectAccessor");
Object.defineProperty(exports, "IfcTypeObjectAccessor", { enumerable: true, get: function () { return IfcTypeObjectAccessor_1.IfcTypeObjectAccessor; } });
const NamedObjectAccessor_1 = require("./context/NamedObjectAccessor");
Object.defineProperty(exports, "NamedObjectAccessor", { enumerable: true, get: function () { return NamedObjectAccessor_1.NamedObjectAccessor; } });
const IfcExpressionEvaluationException_1 = require("./expression/IfcExpressionEvaluationException");

@@ -31,0 +41,0 @@ Object.defineProperty(exports, "IfcExpressionEvaluationException", { enumerable: true, get: function () { return IfcExpressionEvaluationException_1.IfcExpressionEvaluationException; } });

@@ -14,2 +14,8 @@ import { ErrorListener, Token } from "antlr4";

import { ReferenceValue } from "./value/ReferenceValue";
import { IfcPropertySetAccessor } from "./context/IfcPropertySetAccessor";
import { IfcPropertyAccessor } from "./context/IfcPropertyAccessor";
import { IfcRootObjectAccessor } from "./context/IfcRootObjectAccessor";
import { IfcTypeObjectAccessor } from "./context/IfcTypeObjectAccessor";
import { NamedObjectAccessor } from "./context/NamedObjectAccessor";
import { ObjectAccessor } from "./context/ObjectAccessor";
import { IfcExpressionEvaluationException } from "./expression/IfcExpressionEvaluationException";

@@ -19,3 +25,3 @@ import IfcExpressionVisitor from "../generated/parser/IfcExpressionVisitor";

import type { PrimitiveValueType } from "./value/PrimitiveValueType";
export { IfcElementAccessor, IfcExpressionContext, Value, StringValue, BooleanValue, LogicalValue, NumericValue, LiteralValue, ReferenceValue, Expr, IfcExpressionEvaluationException, IfcExpressionErrorListener, IfcExpressionVisitor, };
export { IfcElementAccessor, IfcExpressionContext, Value, StringValue, BooleanValue, LogicalValue, NumericValue, LiteralValue, ReferenceValue, IfcPropertySetAccessor, IfcPropertyAccessor, IfcRootObjectAccessor, IfcTypeObjectAccessor, NamedObjectAccessor, ObjectAccessor, Expr, IfcExpressionEvaluationException, IfcExpressionErrorListener, IfcExpressionVisitor, };
export type { PrimitiveValueType, LiteralValueAnyArity };

@@ -22,0 +28,0 @@ export declare class IfcExpression {

2

package.json
{
"name": "ifc-expressions",
"version": "0.2.0",
"version": "0.2.1",
"description": "Parsing and evaluation of IFC expressions",

@@ -5,0 +5,0 @@ "main": "dist/cjs/ifcExpression.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc