@fictjs/babel-preset 0.16.0 → 0.17.1
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 +4 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -9,13 +9,17 @@ Babel preset for Fict - includes TypeScript, JSX, and Fict compiler
|
|
|
9
9
|
## Usage
|
|
10
10
|
|
|
11
11
|
```bash
|
|
12
|
+
npm install fict
|
|
12
13
|
npm install -D @fictjs/babel-preset
|
|
13
14
|
# or
|
|
15
|
+
yarn add fict
|
|
14
16
|
yarn add -D @fictjs/babel-preset
|
|
15
17
|
```
|
|
16
18
|
|
|
17
19
|
You can visit [Fict](https://github.com/fictjs/fict) for more documentation.
|
|
18
20
|
|
|
21
|
+
For standard apps, `fict` is the runtime dependency that pairs with this preset. Direct `@fictjs/runtime` usage remains supported for lower-level integrations, but your source imports should stay on one package family.
|
|
22
|
+
|
|
19
23
|
## Configuration
|
|
20
24
|
|
|
21
25
|
`@fictjs/babel-preset` includes:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fictjs/babel-preset",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.17.1",
|
|
4
4
|
"description": "Babel preset for Fict - includes TypeScript, JSX, and Fict compiler",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@babel/plugin-syntax-jsx": "^7.28.6",
|
|
28
28
|
"@babel/preset-typescript": "^7.26.0",
|
|
29
|
-
"@fictjs/compiler": "0.
|
|
29
|
+
"@fictjs/compiler": "0.17.1"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@babel/core": "^7.29.0",
|