gohypergiant / standard-toolkit

The web "standard library" for the Accelint family of systems.
Apache License 2.0
0 stars 0 forks source link

Feature: add in ts-reset #32

Closed brandonjpierce closed 2 days ago

brandonjpierce commented 3 weeks ago

Add this to all packages/*

https://github.com/mattpocock/ts-reset

We are currently using the following imports in another project:

import '@total-typescript/ts-reset/json-parse';
import '@total-typescript/ts-reset/fetch';
import '@total-typescript/ts-reset/filter-boolean';
import '@total-typescript/ts-reset/is-array';

We will want to make sure we can mark this "side effect free" as well for tsup if it warns or complains.

brandonjpierce commented 2 days ago

After further thought, we have decided to move this to user land so that we do not impose global ts side effects per the docs