fable-core
Advanced tools
Comparing version 0.7.21 to 0.7.22
12
Long.js
@@ -0,1 +1,2 @@ | ||
import _Symbol from "./Symbol"; | ||
var Long = (function () { | ||
@@ -395,2 +396,13 @@ function Long(low, high, unsigned) { | ||
}; | ||
Long.prototype[_Symbol.reflection] = function () { | ||
return { | ||
type: "System.Int64", | ||
interfaces: ["FSharpRecord", "System.IComparable"], | ||
properties: { | ||
low: "number", | ||
high: "number", | ||
unsigned: "boolean" | ||
} | ||
}; | ||
}; | ||
return Long; | ||
@@ -397,0 +409,0 @@ }()); |
{ | ||
"name": "fable-core", | ||
"version": "0.7.21", | ||
"version": "0.7.22", | ||
"description": "Fable core lib & bindings for native JS objects, browser and node APIs", | ||
@@ -5,0 +5,0 @@ "main": "Main.js", |
@@ -8,4 +8,5 @@ (function (dependencies, factory) { | ||
} | ||
})(["require", "exports"], function (require, exports) { | ||
})(["require", "exports", "./Symbol"], function (require, exports) { | ||
"use strict"; | ||
var Symbol_1 = require("./Symbol"); | ||
var Long = (function () { | ||
@@ -405,2 +406,13 @@ function Long(low, high, unsigned) { | ||
}; | ||
Long.prototype[Symbol_1.default.reflection] = function () { | ||
return { | ||
type: "System.Int64", | ||
interfaces: ["FSharpRecord", "System.IComparable"], | ||
properties: { | ||
low: "number", | ||
high: "number", | ||
unsigned: "boolean" | ||
} | ||
}; | ||
}; | ||
return Long; | ||
@@ -407,0 +419,0 @@ }()); |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4678422
15592