@regex-radar/recheck-scalajs
v4.5.1
Published
The ScalaJS implementation of recheck - distributed in ESM format
Maintainers
Readme
recheck-scalajs
[!NOTE]
This is a custom distribution containing the scalajs build output of
recheckto enable consumers to build against an ESM build. See https://github.com/makenowjust-labs/recheck/issues/1619 for more info. When an ESM build is available inrecheck, this repo/package will be archived.
API
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');Build
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/recheck
For more information about recheck see:
