runtime-compiler 2.0.11 → 2.0.12
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.
- package/call.js +1 -1
- package/package.json +6 -6
package/call.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
export let inject=(e,t)=>(t[sym]=e,t);export let getDeps=e=>e[sym];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "runtime-compiler",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.12",
|
|
4
4
|
"description": "Universal compiler system",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"repository": {},
|
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
"license": "MIT",
|
|
9
9
|
"type": "module",
|
|
10
10
|
"exports": {
|
|
11
|
-
"./call": "./call.js",
|
|
12
11
|
"./utils": "./utils.js",
|
|
13
|
-
"./
|
|
12
|
+
"./call": "./call.js",
|
|
14
13
|
".": "./index.js",
|
|
15
|
-
"./config/
|
|
16
|
-
"./config/
|
|
14
|
+
"./config/loader/hydrate": "./config/loader/hydrate.js",
|
|
15
|
+
"./config/loader/build": "./config/loader/build.js",
|
|
17
16
|
"./config": "./config/index.js",
|
|
18
|
-
"./config/
|
|
17
|
+
"./config/mode/build": "./config/mode/build.js",
|
|
18
|
+
"./config/mode/hydrate": "./config/mode/hydrate.js"
|
|
19
19
|
}
|
|
20
20
|
}
|