@goldfishjs/reactive
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -1,3 +0,3 @@ | ||
import _classCallCheck from "@babel/runtime/helpers/classCallCheck.js"; | ||
import _createClass from "@babel/runtime/helpers/createClass.js"; | ||
import _classCallCheck from "@babel/runtime/helpers/classCallCheck"; | ||
import _createClass from "@babel/runtime/helpers/createClass"; | ||
import { call, getCurrent } from './dep'; | ||
@@ -4,0 +4,0 @@ |
@@ -1,2 +0,2 @@ | ||
import _typeof from "@babel/runtime/helpers/typeof.js"; | ||
import _typeof from "@babel/runtime/helpers/typeof"; | ||
import { call, getCurrent, Dep } from './dep'; | ||
@@ -3,0 +3,0 @@ var FLAG_KEY = '__reactive-cpt__'; |
@@ -1,3 +0,3 @@ | ||
import _classCallCheck from "@babel/runtime/helpers/classCallCheck.js"; | ||
import _createClass from "@babel/runtime/helpers/createClass.js"; | ||
import _classCallCheck from "@babel/runtime/helpers/classCallCheck"; | ||
import _createClass from "@babel/runtime/helpers/createClass"; | ||
@@ -4,0 +4,0 @@ function defaultIsChanged(n, o) { |
@@ -1,2 +0,2 @@ | ||
import _toConsumableArray from "@babel/runtime/helpers/toConsumableArray.js"; | ||
import _toConsumableArray from "@babel/runtime/helpers/toConsumableArray"; | ||
import watchDeep from './watchDeep'; | ||
@@ -3,0 +3,0 @@ export default function reactive(setData, onError) { |
@@ -1,2 +0,2 @@ | ||
import _defineProperty from "@babel/runtime/helpers/defineProperty.js"; | ||
import _defineProperty from "@babel/runtime/helpers/defineProperty"; | ||
var SILENT_FLAG = {}; | ||
@@ -3,0 +3,0 @@ var SILENT_KEY = '__silent__'; |
@@ -1,2 +0,2 @@ | ||
import _typeof from "@babel/runtime/helpers/typeof.js"; | ||
import _typeof from "@babel/runtime/helpers/typeof"; | ||
export function isObject(v) { | ||
@@ -3,0 +3,0 @@ return _typeof(v) === 'object' && v !== null; |
@@ -1,3 +0,3 @@ | ||
import _classCallCheck from "@babel/runtime/helpers/classCallCheck.js"; | ||
import _createClass from "@babel/runtime/helpers/createClass.js"; | ||
import _classCallCheck from "@babel/runtime/helpers/classCallCheck"; | ||
import _createClass from "@babel/runtime/helpers/createClass"; | ||
import { call, getCurrent } from './dep'; | ||
@@ -4,0 +4,0 @@ import { isObject, isArray } from './utils'; |
@@ -1,5 +0,5 @@ | ||
import _toConsumableArray from "@babel/runtime/helpers/toConsumableArray.js"; | ||
import _classCallCheck from "@babel/runtime/helpers/classCallCheck.js"; | ||
import _createClass from "@babel/runtime/helpers/createClass.js"; | ||
import _typeof from "@babel/runtime/helpers/typeof.js"; | ||
import _toConsumableArray from "@babel/runtime/helpers/toConsumableArray"; | ||
import _classCallCheck from "@babel/runtime/helpers/classCallCheck"; | ||
import _createClass from "@babel/runtime/helpers/createClass"; | ||
import _typeof from "@babel/runtime/helpers/typeof"; | ||
import watch from './watch'; | ||
@@ -6,0 +6,0 @@ |
{ | ||
"name": "@goldfishjs/reactive", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Reactive.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
51673