@ordergroove/smi-precompile
Advanced tools
Comparing version 1.5.2 to 1.5.4
@@ -6,2 +6,24 @@ # Change Log | ||
## [1.5.4](https://github.com/ordergroove/plush-toys/compare/@ordergroove/smi-precompile@1.5.3...@ordergroove/smi-precompile@1.5.4) (2021-06-24) | ||
### Bug Fixes | ||
* **smi-precompile:** Update README ([8ccd2a1](https://github.com/ordergroove/plush-toys/commit/8ccd2a1df1007f02205e0a0206dd277e222488b8)) | ||
## [1.5.3](https://github.com/ordergroove/plush-toys/compare/@ordergroove/smi-precompile@1.5.2...@ordergroove/smi-precompile@1.5.3) (2021-06-24) | ||
### Bug Fixes | ||
* **smi-precompile:** Compilation fails if setting is missing instead of defaulting to undefined ([e01ac30](https://github.com/ordergroove/plush-toys/commit/e01ac30219f45a87d43247bf8f9c6e59fd85a924)) | ||
## [1.5.2](https://github.com/ordergroove/plush-toys/compare/@ordergroove/smi-precompile@1.5.1...@ordergroove/smi-precompile@1.5.2) (2021-06-18) | ||
@@ -8,0 +30,0 @@ |
{ | ||
"name": "@ordergroove/smi-precompile", | ||
"version": "1.5.2", | ||
"version": "1.5.4", | ||
"description": "Prcompilers for smi-core", | ||
@@ -38,3 +38,3 @@ "author": "Brian Lewis <brian.lewis@ordergroove.com>", | ||
}, | ||
"gitHead": "87dd18e46aea1bb5ea42fc6334f4ad2d47080390" | ||
"gitHead": "0595f8f8951319abbd0a05139847c02cbb5ecb1c" | ||
} |
@@ -141,3 +141,3 @@ /* eslint-disable no-shadow */ | ||
} else { | ||
path.replaceWith(t.tsUndefinedKeyword()); | ||
path.replaceWithSourceString('undefined'); | ||
} | ||
@@ -144,0 +144,0 @@ } |
# `smi-precompile` | ||
Precompiles a liquid style template into smi function generator. | ||
Precompile returns code as string | ||
Precompile returns code as a string | ||
@@ -6,0 +6,0 @@ > Precompilers for smi-core |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
4225641
0