Comparing version 10.16.7 to 10.17.0
@@ -63,2 +63,4 @@ import { LiquidCache } from './cache'; | ||
fs?: FS; | ||
/** keyValue separator */ | ||
keyValueSeparator?: string; | ||
/** Render from in-memory `templates` mapping instead of file system. File system related options like `fs`, 'root', and `relativeReference` will be ignored when `templates` is specified. */ | ||
@@ -65,0 +67,0 @@ templates?: { |
@@ -42,4 +42,4 @@ import { FilteredValueToken, TagToken, HTMLToken, HashToken, QuotedToken, LiquidTagToken, OutputToken, ValueToken, Token, RangeToken, FilterToken, TopLevelToken, OperatorToken, LiteralToken, IdentifierToken, NumberToken } from '../tokens'; | ||
readTagName(): string; | ||
readHashes(jekyllStyle?: boolean): HashToken[]; | ||
readHash(jekyllStyle?: boolean): HashToken | undefined; | ||
readHashes(jekyllStyle?: boolean | string): HashToken[]; | ||
readHash(jekyllStyle?: boolean | string): HashToken | undefined; | ||
remaining(): string; | ||
@@ -46,0 +46,0 @@ advance(step?: number): void; |
@@ -14,5 +14,5 @@ import { Context } from '../context/context'; | ||
hash: HashValueTokens; | ||
constructor(markup: string, jekyllStyle?: boolean); | ||
constructor(markup: string, jekyllStyle?: boolean | string); | ||
render(ctx: Context): Generator<unknown, Record<string, any>, unknown>; | ||
} | ||
export {}; |
{ | ||
"name": "liquidjs", | ||
"version": "10.16.7", | ||
"version": "10.17.0", | ||
"description": "A simple, expressive and safe Shopify / Github Pages compatible template engine in pure JavaScript.", | ||
@@ -5,0 +5,0 @@ "main": "dist/liquid.node.js", |
@@ -92,3 +92,7 @@ # liquidjs | ||
<td align="center" valign="top" width="14.28%"><a href="https://github.com/15fathoms"><img src="https://avatars.githubusercontent.com/u/79156039?v=4?s=100" width="100px;" alt="Emmanuel Cartelli"/><br /><sub><b>Emmanuel Cartelli</b></sub></a><br /></td> | ||
<td align="center" valign="top" width="14.28%"><a href="https://github.com/microsoft"><img src="https://avatars.githubusercontent.com/u/6154722?v=4?s=100" width="100px;" alt="Microsoft"/><br /><sub><b>Microsoft</b></sub></a><br /></td> | ||
</tr> | ||
<tr> | ||
<td align="center" valign="top" width="14.28%"><a href="https://www.pakstyle.pk/"><img src="https://images.opencollective.com/pakstyle/2b81605/logo/256.png?height=100" width="100px;" alt="PakStyle.pk"/><br /><sub><b>PakStyle.pk</b></sub></a></td> | ||
</tr> | ||
</tbody> | ||
@@ -95,0 +99,0 @@ </table> |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1469022
20078
223