Sign In

@marko/compiler

Package Overview
Dependencies
Maintainers
7
Versions
395
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@marko/compiler - npm Package Compare versions

Comparing version
5.41.16
to
5.41.17
+4
-1
config.d.ts

@@ -16,3 +16,5 @@ type EntryKind = "page" | "load";

code?: boolean;
/** Implemented by the Marko 5 (class API) translator only; currently inert under the Marko 6 translator. */
writeVersionComment?: boolean;
/** Implemented by the Marko 5 (class API) translator only; currently inert under the Marko 6 translator. */
ignoreUnrecognizedTags?: boolean;

@@ -33,2 +35,3 @@ sourceMaps?: boolean | "inline" | "both";

hydrateIncludeImports?: RegExp | ((request: string) => boolean);
/** Implemented by the Marko 5 (class API) translator only; currently inert under the Marko 6 translator. */
hydrateInit?: boolean;

@@ -39,3 +42,3 @@ optimize?: boolean;

hot?: boolean;
/** @deprecated */
/** @deprecated Marko 5 (class API) only; currently inert under Marko 6. */
meta?: boolean;

@@ -42,0 +45,0 @@ babelConfig?: {

@@ -79,2 +79,5 @@ "use strict";

* // Compiled using marko@x.x.x - DO NOT EDIT
*
* Implemented by the Marko 5 (class API) translator only; currently inert
* under the Marko 6 translator.
*/

@@ -85,2 +88,5 @@ writeVersionComment: true,

* be enabled by default when compiling XML.
*
* Implemented by the Marko 5 (class API) translator only; currently inert
* under the Marko 6 translator.
*/

@@ -99,2 +105,5 @@ ignoreUnrecognizedTags: false,

* This API is sticking around for compatibility purposes.
*
* Implemented by the Marko 5 (class API) translator only; currently inert
* under the Marko 6 translator.
*/

@@ -166,2 +175,5 @@ meta: false,

* call the `marko/components.init` function to begin hydrating components.
*
* Implemented by the Marko 5 (class API) translator only; currently inert
* under the Marko 6 translator.
*/

@@ -168,0 +180,0 @@ hydrateInit: true,

+2
-2
{
"name": "@marko/compiler",
"version": "5.41.16",
"version": "5.41.17",
"description": "Marko template to JS compiler.",

@@ -86,3 +86,3 @@ "keywords": [

"devDependencies": {
"marko": "^5.39.30"
"marko": "^5.39.31"
},

@@ -89,0 +89,0 @@ "engines": {

Sorry, the diff of this file is too big to display