Skip to content
Open
Show file tree
Hide file tree
Changes from 9 commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
bbe7cdc
feat: move from protobufjs to protobuf-es
v1rtl Feb 8, 2025
4d331d6
chore: remove mocha because of weird esm error and use node --test
v1rtl Feb 8, 2025
729d2c5
chore: fix some of the tests
v1rtl Feb 8, 2025
863de21
fix all undefined errors in tests
v1rtl Feb 8, 2025
38bbe2a
Merge branch 'main' of https://github.com/ipld/js-unixfs into remove-…
v1rtl Feb 8, 2025
f5064c7
fill in some default data
v1rtl Feb 8, 2025
6d0583c
switch to proto3
v1rtl Feb 8, 2025
b6f3772
fix 3 unit tests
v1rtl Feb 8, 2025
0ae878f
make some bits more correct
v1rtl Feb 8, 2025
b7e9d34
use protons-runtime instead
v1rtl Feb 22, 2025
13021f2
remove protobuf-es remainders
v1rtl Feb 22, 2025
decc353
remove some more from bufbuild
v1rtl Feb 22, 2025
d44a8a3
fix
v1rtl Feb 22, 2025
73fc3d3
move proto back to root to lower diffing
v1rtl Feb 22, 2025
c074d4f
try to fix ci
v1rtl Feb 22, 2025
1607431
use mocha again
v1rtl Feb 22, 2025
3f4b568
totally will fix mocha
v1rtl Feb 22, 2025
9538944
fix web tests
v1rtl Feb 22, 2025
92bb7e8
fix symlink test
v1rtl Apr 16, 2025
336d329
fix format neunaces tests for files with no content
v1rtl May 19, 2025
7350693
fix failing test because of exposed t arg
v1rtl May 19, 2025
8afbd2c
remove unused functions
v1rtl May 19, 2025
0d95d9e
Merge branch 'main' of https://github.com/ipld/js-unixfs into remove-…
v1rtl May 19, 2025
e1697dd
Update src/codec.js
v1rtl May 20, 2025
c289653
move buffer shim to a test dir
v1rtl May 20, 2025
2ac02eb
remove unused readable-stream dev dep
v1rtl May 20, 2025
b8e7978
wip: switch to proto3 (4 tests fail)
v1rtl Jun 19, 2025
45a84f2
mark `NodeType` as optional
v1rtl Jul 20, 2025
090c867
don't use EMPTY_BUFFER where not needed
v1rtl Jul 20, 2025
34ebe9f
upgrade protons and protons-runtime
v1rtl Jul 20, 2025
d04df60
remove unused protobufjs-cli
v1rtl Jul 21, 2025
320bd62
remove dead code and increase coverage
v1rtl Aug 5, 2025
6342a0c
test advanced and complex layouts for files
v1rtl Aug 5, 2025
eaf94ab
remove more dead code and check fileSize and blockSizes in files layouts
v1rtl Aug 5, 2025
c76a2ec
remove unused imports
v1rtl Aug 5, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions buf.gen.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: v2
inputs:
- directory: proto
plugins:
- local: protoc-gen-es
opt: target=dts+js
out: gen
4 changes: 0 additions & 4 deletions gen/Readme.md

This file was deleted.

Loading