static-module icon indicating copy to clipboard operation
static-module copied to clipboard

convert module usage to inline expressions

Results 15 static-module issues
Sort by recently updated
recently updated
newest added

Update dependency magic-string to get rid of " WARN  deprecated [email protected]: Please use @jridgewell/sourcemap-codec instead"

Upon running `npm ci`, I notice the following warning: ``` npm WARN deprecated [email protected]: Please use @jridgewell/sourcemap-codec instead ``` Running `npm list [email protected]` produces the following output: ``` ... ─┬...

Update acorn-node as it's current version is marked for EOL

just did a blanket `npm update`. Should fix https://github.com/browserify/static-module/issues/55, because acorn-node 1.8 depends on acorn 7. Finally closes https://github.com/browserify/static-module/issues/48, because this exposes the option added in https://github.com/browserify/static-eval/pull/31.

Hi, Here is my problem. I want to install "compodoc" in an internal angular project but one dependencies is blocked by Iq server for this reason : Sonatype-2020-0067 : **EXPLANATION**...

Hi! [cwise](https://github.com/scijs/cwise) has had some long-running issues/PRs to upgrade its usage of static-module and get rid of some security warnings, but it seems that the particular usage static-module is no...

static-eval doesn't support function expressions like the `body` option in: ```js cwise({ body: () => {} }) ``` I think because of this patch https://github.com/substack/static-eval/pull/18 static-module has a special case...

enhancement

If I have a module `mymodule` which exports a function with properties, as follows: ``` module.exports = function mymodule() { /* ... */ } module.exports.foo = 1 ``` How am...

enhancement