File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11// @ts -check
22'use strict'
33
4- export const Sync = Symbol ( '_sync ')
5- export const Override = Symbol ( '_override ')
6- export const EfficientTop = Symbol ( '_efficientTop ')
4+ export const Sync = Symbol . for ( 'json_logic_sync ')
5+ export const Override = Symbol . for ( 'json_logic_override ')
6+ export const EfficientTop = Symbol . for ( 'json_logic_efficientTop ')
77export const isSync = ( x ) => Boolean ( typeof x !== 'function' || x [ Sync ] )
88export default {
99 Sync,
Original file line number Diff line number Diff line change 11{
22 "name" : " json-logic-engine" ,
3- "version" : " 1.2.7 " ,
3+ "version" : " 1.2.8 " ,
44 "description" : " Construct complex rules with JSON & process them." ,
55 "main" : " ./dist/cjs/index.js" ,
66 "module" : " ./dist/esm/index.js" ,
5353 " json" ,
5454 " logic" ,
5555 " jsonlogic" ,
56- " rules"
56+ " rules" ,
57+ " sandbox" ,
58+ " engine"
5759 ]
5860}
You can’t perform that action at this time.
0 commit comments