Note
This is a custom distribution containing the scalajs build output of recheck to enable consumers to build against an ESM build. See makenowjust-labs/recheck#1619 for more info. When an ESM build is available in recheck, this repo/package will be archived.
This distribution provides the following API:
// esm-recheck provides the original API
import { check } from '@regex-radar/recheck-scalajs';
// NOTE: this is the sync function, and can be computationally heavy and thus block any UI running on the same thread.
const result = check('a|ab+', 'g');This repository/package is a distribution of the build output of rechecks compilation with scalajs as its target. similar to the native and jar build targets of recheck.
The build output is not included in the git index, because they are output files from building recheck. The files that are copied from recheck:
cp modules/recheck-js/target/scala-2.13/recheck-js-opt/ lib/For more information about recheck see: