@marko/compiler 5.39.61 → 5.39.62
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.
|
@@ -33,7 +33,7 @@ function normalizeHook(dirname, value) {
|
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
/**
|
|
36
|
-
* We load a taglib
|
|
36
|
+
* We load a taglib definition using this class. Properties in the taglib
|
|
37
37
|
* definition (which is just a JavaScript object with properties)
|
|
38
38
|
* are mapped to handler methods in an instance of this type.
|
|
39
39
|
*
|
|
@@ -158,7 +158,7 @@ class TaglibLoader {
|
|
|
158
158
|
// The value of the "attributes" property will be an object
|
|
159
159
|
// where each property maps to an attribute definition. Since these
|
|
160
160
|
// attributes are on the taglib they will be "global" attribute
|
|
161
|
-
//
|
|
161
|
+
// definitions.
|
|
162
162
|
//
|
|
163
163
|
// The property key will be the attribute name and the property value
|
|
164
164
|
// will be the attribute definition. Example:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@marko/compiler",
|
|
3
|
-
"version": "5.39.
|
|
3
|
+
"version": "5.39.62",
|
|
4
4
|
"description": "Marko template to JS compiler.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"babel",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"source-map-support": "^0.5.21"
|
|
83
83
|
},
|
|
84
84
|
"devDependencies": {
|
|
85
|
-
"marko": "^5.38.
|
|
85
|
+
"marko": "^5.38.32"
|
|
86
86
|
},
|
|
87
87
|
"engines": {
|
|
88
88
|
"node": "18 || 20 || >=22"
|