@dressed/react 1.0.0-rc.1.1 → 1.0.0-rc.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,16 @@
1
+ /**
2
+ * @license React
3
+ * react-reconciler-constants.production.js
4
+ *
5
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
6
+ *
7
+ * This source code is licensed under the MIT license found in the
8
+ * LICENSE file in the root directory of this source tree.
9
+ */
10
+ export declare const ConcurrentRoot = 1;
11
+ export declare const ContinuousEventPriority = 8;
12
+ export declare const DefaultEventPriority = 32;
13
+ export declare const DiscreteEventPriority = 2;
14
+ export declare const IdleEventPriority = 268435456;
15
+ export declare const LegacyRoot = 0;
16
+ export declare const NoEventPriority = 0;
@@ -0,0 +1,18 @@
1
+ /**
2
+ * @license React
3
+ * react-reconciler-constants.production.js
4
+ *
5
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
6
+ *
7
+ * This source code is licensed under the MIT license found in the
8
+ * LICENSE file in the root directory of this source tree.
9
+ */
10
+ "use strict";
11
+ export const ConcurrentRoot = 1;
12
+ export const ContinuousEventPriority = 8;
13
+ export const DefaultEventPriority = 32;
14
+ export const DiscreteEventPriority = 2;
15
+ export const IdleEventPriority = 268435456;
16
+ export const LegacyRoot = 0;
17
+ export const NoEventPriority = 0;
18
+ //# sourceMappingURL=constants.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../src/build/react-reconciler/constants.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,YAAY,CAAC;AACb,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,CAAC;AAChC,MAAM,CAAC,MAAM,uBAAuB,GAAG,CAAC,CAAC;AACzC,MAAM,CAAC,MAAM,oBAAoB,GAAG,EAAE,CAAC;AACvC,MAAM,CAAC,MAAM,qBAAqB,GAAG,CAAC,CAAC;AACvC,MAAM,CAAC,MAAM,iBAAiB,GAAG,SAAS,CAAC;AAC3C,MAAM,CAAC,MAAM,UAAU,GAAG,CAAC,CAAC;AAC5B,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ declare const _default: any;
2
+ export default _default;
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ let reconciler;
3
+ if (process.env.NODE_ENV === "production") {
4
+ reconciler = await import("./mjs/react-reconciler.production.js");
5
+ }
6
+ else {
7
+ reconciler = await import("./mjs/react-reconciler.development.js");
8
+ }
9
+ export default (reconciler.default || reconciler);
10
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/build/react-reconciler/index.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;AAEb,IAAI,UAAU,CAAC;AAEf,IAAI,OAAO,CAAC,GAAG,CAAC,QAAQ,KAAK,YAAY,EAAE,CAAC;IAC1C,UAAU,GAAG,MAAM,MAAM,CAAC,sCAAsC,CAAC,CAAC;AACpE,CAAC;KAAM,CAAC;IACN,UAAU,GAAG,MAAM,MAAM,CAAC,uCAAuC,CAAC,CAAC;AACrE,CAAC;AAED,eAAe,CAAC,UAAU,CAAC,OAAO,IAAI,UAAU,CAAQ,CAAC"}
@@ -0,0 +1,2 @@
1
+ export default exports;
2
+ declare function exports($$$config: any): {};