-
This would be one way of fixing #876, and should probably happen eventually regardless.
-
When I run vitest on a button.test.jsx file, i get this error:
```SH
Error: require() of ES Module .../node_modules/dom-accessibility-api/dist/index.mjs not supported.
Instead change the require …
c0d3x updated
4 weeks ago
-
## Expected Behavior
Contentful package should be available as ES modules.
Any objects imported from contentful should not throw a warning when building in Angular CLI.
## Actual Behavior
Wh…
-
Is there a reason for not having an auto-require option for Handlebars when using the CommonJS compiled version?
For example:
```
options: {
namespace: false,
commonjs: true,
require: 'handleb…
-
For `@ignore`, [JSDoc says](http://usejsdoc.org/tags-ignore.html), “If you use the `@ignore` tag with the `@class` or `@module` tag, the entire class or module will be omitted from the documentation.”…
-
http://requirejs.org/docs/whyamd.html, some sample patterns here: https://github.com/umdjs/umd
-
More and more npm packages are shipping as ESM. In node, the compatibility between ESM and CommonJS has some limitation:
- an ES module can import a CommonJS module
- an ES module can dynamically …
stof updated
3 months ago
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
**Admin**
I cleaned and new Laravel 11 installation.
I executed these commands:
- `compo…
-
This library uses `debug` dependency, which prevents any code optimization.
For example, in an Angular web client, we get the following warning in the browser's console:
![image](https://github.…
-
Hi, I am using this library to generate PDF documents, and when I run my app this message appears on the console:
Warning: .../node_modules/pdfmake-wrapper/lib/pdfmake-wrapper.js depends on 'pdfmak…