babel-plugin-estrela
Advanced tools
Comparing version 0.11.3 to 0.12.0
@@ -5,3 +5,3 @@ { | ||
"author": "Eduardo Rosostolato", | ||
"version": "0.11.3", | ||
"version": "0.12.0", | ||
"license": "MIT", | ||
@@ -36,6 +36,7 @@ "main": "dist/index.js", | ||
"@types/babel__helper-plugin-utils": "^7.10.0", | ||
"esbuild": "^0.15.9", | ||
"esbuild": "^0.21.5", | ||
"esbuild-config": "^1.0.1", | ||
"rimraf": "^3.0.2" | ||
"rimraf": "^5.0.7", | ||
"typescript": "^5.4.5" | ||
} | ||
} |
@@ -28,3 +28,3 @@ # babel-plugin-estrela | ||
```js | ||
import { template as _template, h as _h } from "estrela/internal"; | ||
import { template as _template, h as _h } from "estrela/template"; | ||
import { onDestroy, signal } from "estrela"; | ||
@@ -31,0 +31,0 @@ |
@@ -27,3 +27,3 @@ import { NodePath, types as t } from '@babel/core'; | ||
if (Object.keys(imports).length > 0) { | ||
path.node.body.unshift(createImport(imports, 'estrela/internal')); | ||
path.node.body.unshift(createImport(imports, 'estrela/template')); | ||
} | ||
@@ -30,0 +30,0 @@ }, |
Sorry, the diff of this file is too big to display
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
172256
8
4749