0.61.0 • Published 4 days ago

@valbuild/shared v0.61.0

Weekly downloads
-
License
-
Repository
-
Last release
4 days ago

Shared types and utils

This package contains internal Val types and utils that are shared between other packages.

Since Val has many runtimes (node, browser, QuickJS) and is bundled in different ways and executed different modes (client, SSR, RSC), we need to be careful about how code is bundled. This package gives us an extra place to put code that is shared between all platforms, but that can be run in all runtimes and bundlers.

What is goes into this package?

Generally speaking, code that are shared between other packages belongs in this package. Specifically:

  • Types and utility functions that does NOT belong in core because they:
    1. is not required to execute Val files; or
    2. have dependency on a lib
  • Types and utility functions that does NOT semantically belong in any other package. Examples:
    1. parser tools
    2. API layer

See the rules to what does NOT belong in this package below.

What DOES NOT go into this package?

  • Any function / type that depends on a UI framework, even transitively (React, ProseMirror, NextJS, Vite...).
  • Any function that cannot execute both on server-side and client-side.
0.61.0

4 days ago

0.60.27

16 days ago

0.60.22

19 days ago

0.60.23

19 days ago

0.60.24

19 days ago

0.60.21

22 days ago

0.60.19

22 days ago

0.60.20

22 days ago

0.60.17

26 days ago

0.60.18

26 days ago

0.60.15

26 days ago

0.60.16

26 days ago

0.60.13

26 days ago

0.60.14

26 days ago

0.60.12

26 days ago

0.60.11

1 month ago

0.60.10

1 month ago

0.60.7

1 month ago

0.60.6

1 month ago

0.60.9

1 month ago

0.60.8

1 month ago

0.60.3

1 month ago

0.60.5

1 month ago

0.60.4

1 month ago

0.60.2

1 month ago

0.60.1

1 month ago

0.60.0

1 month ago

0.59.0

1 month ago

0.58.0

4 months ago

0.57.0

4 months ago

0.55.2

4 months ago

0.56.0

4 months ago

0.55.0

4 months ago

0.55.1

4 months ago

0.54.0

4 months ago

0.53.0

4 months ago

0.51.0

4 months ago

0.52.0

4 months ago

0.51.1

4 months ago

0.50.0

4 months ago

0.49.0

4 months ago

0.48.0

5 months ago

0.48.1

5 months ago

0.47.0

5 months ago

0.46.0

5 months ago

0.45.0

5 months ago

0.44.0

5 months ago

0.43.1

5 months ago

0.43.0

5 months ago

0.42.0

5 months ago

0.41.0

5 months ago

0.40.0

5 months ago

0.39.0

5 months ago

0.38.0

5 months ago

0.37.0

5 months ago

0.36.0

5 months ago

0.35.0

5 months ago

0.34.0

6 months ago

0.33.0

6 months ago