@maizzle/framework 4.8.1 → 4.8.2
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/package.json
CHANGED
package/types/expressions.d.ts
CHANGED
|
@@ -79,9 +79,9 @@ export default interface ExpressionsConfig {
|
|
|
79
79
|
/**
|
|
80
80
|
What to render when referencing a value that is not defined in `locals`.
|
|
81
81
|
|
|
82
|
-
By default the
|
|
82
|
+
By default, the string 'undefined' will be output.
|
|
83
83
|
|
|
84
|
-
@default
|
|
84
|
+
@default undefined
|
|
85
85
|
|
|
86
86
|
@example
|
|
87
87
|
|