feat(archive): introduce ts_shared browser-compatible layer, refactor Node-specific tools to wrap/shared implementations, and modernize archive handling
This commit is contained in:
8
ts_web/00_commitinfo_data.ts
Normal file
8
ts_web/00_commitinfo_data.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* autocreated commitinfo by @push.rocks/commitinfo
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@push.rocks/smartarchive',
|
||||
version: '5.1.0',
|
||||
description: 'A library for working with archive files, providing utilities for compressing and decompressing data.'
|
||||
}
|
||||
4
ts_web/index.ts
Normal file
4
ts_web/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// ts_web - Browser-compatible entry point
|
||||
// Re-exports everything from ts_shared
|
||||
|
||||
export * from '../ts_shared/index.js';
|
||||
3
ts_web/plugins.ts
Normal file
3
ts_web/plugins.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Browser-compatible plugins for ts_web
|
||||
// Re-export from ts_shared
|
||||
export * from '../ts_shared/plugins.js';
|
||||
Reference in New Issue
Block a user