@marko/compiler
Advanced tools
+1
-3
@@ -175,5 +175,3 @@ import type { Config, types as t } from "@marko/compiler"; | ||
| export type Plugin<T = any> = | ||
| | ModulePlugin<T> | ||
| | EnterExitPlugin<T> | ||
| | FunctionPlugin<T>; | ||
| ModulePlugin<T> | EnterExitPlugin<T> | FunctionPlugin<T>; | ||
@@ -180,0 +178,0 @@ export function assertAllowedAttributes( |
+4
-4
| { | ||
| "name": "@marko/compiler", | ||
| "version": "5.40.0", | ||
| "version": "5.40.1", | ||
| "description": "Marko template to JS compiler.", | ||
@@ -71,6 +71,6 @@ "keywords": [ | ||
| "dependencies": { | ||
| "@luxass/strip-json-comments": "^1.4.0", | ||
| "@luxass/strip-json-comments": "^2.0.1", | ||
| "complain": "^1.6.1", | ||
| "he": "^1.2.0", | ||
| "htmljs-parser": "^5.10.2", | ||
| "htmljs-parser": "^5.12.1", | ||
| "jsesc": "^3.1.0", | ||
@@ -87,3 +87,3 @@ "kleur": "^4.1.5", | ||
| "devDependencies": { | ||
| "marko": "^5.39.11" | ||
| "marko": "^5.39.14" | ||
| }, | ||
@@ -90,0 +90,0 @@ "engines": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
5104202
0.09%124399
0.06%+ Added
- Removed
Updated