issues Search Results · repo:exuanbo/module-from-string language:TypeScript
Filter by
11 results
(99 ms)11 results
inexuanbo/module-from-string (press backspace or delete to remove)Hello! Hope your day is going well.
I wanted to reach out regarding a serious security issue I ve identified in the usage of this library
(module-from-string) as a library. Namely, any input sent to any ...
Fidget-Grep
- Opened 27 days ago
- #23
I have a TypeScript file that I m processing using importFromStringSync.
The file contains an import of an interface and an enum from different folders.
The interface import works fine, but the enum ...
ToktogonovA
- Opened on Nov 18, 2024
- #21
Is this repo still active? I see some of the dependencies are outdated, do we have any plan to update it?
KyleXie
- 1
- Opened on Jan 31, 2024
- #20
First off, thanks for this great package! It s definitely saved me a lot of time 👍
I m trying to import a TypeScript module that makes use of relative imports, but I m running into what seems to be a ...
jahilldev
- 1
- Opened on Mar 15, 2023
- #19
Hello, thanks for the great package. I would like to request an improvement to how the package handles stack traces when
the imported script throws an exception during execution. In my current usage (importFromString ...
mtmacdonald
- 2
- Opened on Sep 8, 2022
- #18
When trying to perform a dynamic import inside code imported using this lib, I get this error on windows:
Only file and data URLs are supported by the default ESM loader. On Windows, absolute paths must ...
matt-way
- 1
- Opened on Aug 2, 2022
- #17
The instanceof operator always returns false when used with the values from imported modules.
const moduleFromString = require( module-from-string );
const code = throw new Error(); ;
try {
const ...
phorks
- 4
- Opened on Jul 13, 2022
- #16
After yarn add module-from-stringand then trying to compile I get this error message:
node_modules/esbuild/lib/main.d.ts:582:16 - error TS2503: Cannot find namespace WebAssembly .
582 wasmModule?: ...
craigphicks
- 2
- Opened on Apr 12, 2022
- #15
I used it as follows:
import {importFromString} from module-from-string ;
...
async function compileModule(code)
{
return await importFromString(code);
}
Here is the bundle deployment (chromium webext) ...
4ntoine
- 1
- Opened on Dec 17, 2021
- #14

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.