@hammad.fauz/parser
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -41,3 +41,3 @@ 'use strict'; | ||
// eslint-disable-next-line no-bitwise | ||
this.index = 2 ** 32; | ||
this.index = Math.pow(2,32); | ||
@@ -44,0 +44,0 @@ this.tokenIndex = -1; |
{ | ||
"name": "@hammad.fauz/parser", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Fast, flexible, and lean implementation of BBcode parser", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/hammadfauz/bbparser.git", |
29111