-
## **Describe the bug**
let's imagine this path `a/b/node_module` & `a/c/node_module`
When I run `npx npkill` in the `b` or `c` dirs, It shows the `node_module`.
But When I run it in `a` dir does n…
-
QUnit core `>= 1.20.0` added support for nested QUnit test modules (suites).
For more about their usage, see: http://api.qunitjs.com/QUnit.module/
-
As the title states any plans to have this work with pelican?
-
Hi guys,
I created a new branch to install cereb-nest in the current NEST 2.18 branch (which should be 2.18.1 version) - commit 4971497d4dec585836a2c8d70e428a8e744158a5.
The make and install work…
-
Currently, to load up partials you need to do:
```
import { register } from "./dist/module/mikado.js"
import tpl_header from "./tpl/header.es6.js";
register(tpl_header);
```
```
```
…
-
Right now, the Native Federation (NF) plugin has an issue with nested modules. Using Webpack Module Federation (WMF) what you can do is to have the following picture:
```
# host
-> remotes: MF1…
-
We have C++ extension modules that contain nested modules (A.B.C). Things in the outer module (A.xxx) are found when the module is put in the extension white list but the inner module is not. This…
-
When nesting modules, add a prefix. In add-quickfunction perhaps we need to raise exception if no module exists? Cause prefix should be optional and default to name of module. Also should have map of …
-
Allow imports like this:
```
from a.b import c
```
If `a/b.ipso` exists, then its `c` definition should be brought into scope.
-
Clone, run and test:
https://github.com/whitecolor/tsconfig-paths-issues
```json
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": ["./node_modules/*"]
}
}
}
…