react-native-fast-html-parser 0.1.7 → 0.1.8
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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-fast-html-parser",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.8",
|
|
4
4
|
"description": "A lightning-fast HTML parser library for React Native that converts raw HTML fragments into a structured JSON AST tree. Built on a high-performance Rust core and integrated via direct C++ JSI HostObjects, it achieves pure zero-copy shared-memory access on-device. This avoids standard string/JSON serialization overhead and Hermes garbage collection pauses during render loops.",
|
|
5
5
|
"main": "./lib/module/index.js",
|
|
6
6
|
"types": "./lib/typescript/src/index.d.ts",
|
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
"!ios/libs",
|
|
26
26
|
"!ios/build",
|
|
27
27
|
"!android/build",
|
|
28
|
+
"!android/src/main/jniLibs",
|
|
28
29
|
"!android/gradle",
|
|
29
30
|
"!android/gradlew",
|
|
30
31
|
"!android/gradlew.bat",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|