Comparing version 10.9.3 to 10.9.4
export declare const TYPES: number[]; | ||
export declare const IDENTIFIER = 1; | ||
export declare const WORD = 1; | ||
export declare const OPERATOR = 2; | ||
@@ -9,1 +9,3 @@ export declare const BLANK = 4; | ||
export declare const SIGN = 64; | ||
export declare const PUNCTUATION = 128; | ||
export declare function isWord(char: string): boolean; |
{ | ||
"name": "liquidjs", | ||
"version": "10.9.3", | ||
"version": "10.9.4", | ||
"description": "A simple, expressive and safe Shopify / Github Pages compatible template engine in pure JavaScript.", | ||
@@ -29,2 +29,3 @@ "main": "dist/liquid.node.cjs.js", | ||
"build:umd": "BUNDLES=umd rollup -c rollup.config.mjs", | ||
"build:charmap": "./bin/character-gen.js > src/util/character.ts", | ||
"build:docs": "bin/build-docs.sh" | ||
@@ -31,0 +32,0 @@ }, |
@@ -179,2 +179,3 @@ # liquidjs | ||
<td align="center" valign="top" width="14.28%"><a href="https://www.davidlj95.com"><img src="https://avatars.githubusercontent.com/u/8050648?v=4?s=100" width="100px;" alt="David LJ"/><br /><sub><b>David LJ</b></sub></a><br /><a href="https://github.com/harttle/liquidjs/commits?author=davidlj95" title="Documentation">๐</a></td> | ||
<td align="center" valign="top" width="14.28%"><a href="https://github.com/RasmusWL"><img src="https://avatars.githubusercontent.com/u/1054041?v=4?s=100" width="100px;" alt="Rasmus Wriedt Larsen"/><br /><sub><b>Rasmus Wriedt Larsen</b></sub></a><br /><a href="https://github.com/harttle/liquidjs/commits?author=RasmusWL" title="Documentation">๐</a></td> | ||
</tr> | ||
@@ -181,0 +182,0 @@ </tbody> |
Sorry, the diff of this file is too big to display
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
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1283704
17742
197