@fluixi/ts-plugin 0.1.0-alpha.2 → 0.1.0-alpha.20
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/README.md +45 -14
- package/dist/index.js +1306 -710
- package/package.json +5 -3
package/package.json
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluixi/ts-plugin",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.20",
|
|
4
4
|
"license": "MIT",
|
|
5
|
+
"author": "Ibrahima Touré",
|
|
5
6
|
"private": false,
|
|
6
7
|
"publishConfig": {
|
|
7
8
|
"registry": "https://registry.npmjs.org/",
|
|
8
9
|
"access": "public"
|
|
9
10
|
},
|
|
10
|
-
"description": "
|
|
11
|
+
"description": "gives html`` templates the editor support JSX already gets; a component used only as a tag is no longer reported as unused",
|
|
11
12
|
"type": "commonjs",
|
|
12
13
|
"files": [
|
|
13
14
|
"dist",
|
|
@@ -16,7 +17,8 @@
|
|
|
16
17
|
],
|
|
17
18
|
"main": "./dist/index.js",
|
|
18
19
|
"dependencies": {
|
|
19
|
-
"@fluixi/template-parser": "0.1.0-alpha.
|
|
20
|
+
"@fluixi/template-parser": "0.1.0-alpha.4",
|
|
21
|
+
"@fluixi/compiler": "1.0.0-alpha.86"
|
|
20
22
|
},
|
|
21
23
|
"devDependencies": {
|
|
22
24
|
"esbuild": "^0.24.0",
|