@zitterorg/rem-optio
[<img src="https://blockbee.io/static/assets/images/blockbee_logo_nospaces.png" width="300"/>](image.png)
[<img src="https://blockbee.io/static/assets/images/blockbee_logo_nospaces.png" width="300"/>](image.png)
<div align="center">
[](https://piral.io)
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
[![][npm-badge]][npm-url] [![][travis-badge]][travis-url]
[WIP] `enhanced-resolve` faster implementation based on oxc-resolver
A light AMD implemetation
Generic functions that support projects
require.main.filename support in both esm and cjs
define your dependencies and have asynchronous module loading
Babel plugin to resolve modules finding of require.context in test environment
A Babel plugin that transforms ES module-style UI5 imports into UI5-style requires
Babel plugin to replace import paths to relative ones avoiding the ../../.. issue
Remove the resourceQuery param when importing modules via babel. Useful with Jest, that doesn't support resourceQueries
transform node require into window.cep_node.require for Adobe CEP panels
Module resolver plugin for Babel
Async loading of css and javascript files
Load typescript or ecmascript from filepath in Node
A rewritten version of @wilsonlewis' require-context package that utilizes modern technologies.
Transforms all internal references to a module's exports such that each reference starts with `module.exports` instead of directly referencing an internal name. This enables easy mocking of specific (exported) functions in Jest with Babel/TypeScript, even