Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / DataDog/import-in-the-middle issues and pull requests

#112 - feat: Add environment variable to disable warnings

Pull Request - State: open - Opened by timfish 5 months ago

#111 - v1.8.1

Pull Request - State: closed - Opened by tlhunter 5 months ago

#110 - SyntaxError when importing a JSON file using { type: 'json' }

Issue - State: open - Opened by inaiat 5 months ago - 2 comments

#109 - fix: Include source url for parsing failures

Pull Request - State: open - Opened by timfish 5 months ago - 1 comment

#108 - fix: CJS `require('.')` resolution

Pull Request - State: open - Opened by timfish 5 months ago

#107 - SyntaxError on importing some packages when using register()

Issue - State: open - Opened by TheAsda 5 months ago - 12 comments

#106 - fix: cjs resolution when falling back to `parentLoad`

Pull Request - State: open - Opened by timfish 5 months ago - 3 comments

#105 - Acorn parser does not support import attributes

Issue - State: open - Opened by timfish 5 months ago

#104 - fix: Fallback to `parentLoad` if parsing fails

Pull Request - State: closed - Opened by timfish 5 months ago - 2 comments

#103 - fix: Explicitly named exports should be exported over `export *`

Pull Request - State: closed - Opened by timfish 5 months ago

#102 - Explicitly named exports should be exported over `export *` exports

Issue - State: closed - Opened by timfish 5 months ago - 3 comments

#101 - Should fail gracefully when exports cannot be parsed

Issue - State: closed - Opened by timfish 5 months ago

#100 - fix: `parentResolve` is not a function

Pull Request - State: closed - Opened by timfish 5 months ago - 2 comments

#99 - parentResolve is not a function

Issue - State: closed - Opened by gajus 5 months ago - 1 comment

#98 - Are sequential patched supported?

Issue - State: open - Opened by TheAsda 5 months ago - 4 comments

#96 - fix: CommonJs bare specifier resolution

Pull Request - State: closed - Opened by timfish 6 months ago

#94 - Doesn't handle exports with invalid identifiers

Issue - State: open - Opened by timfish 6 months ago

#93 - test: Test 250+ popular npm packages

Pull Request - State: open - Opened by timfish 6 months ago - 2 comments

#92 - fix: Named export `Hook` missing from types

Pull Request - State: closed - Opened by timfish 6 months ago - 1 comment

#91 - 1.8.0

Pull Request - State: closed - Opened by bengl 6 months ago - 1 comment

#90 - Use `es-module-lexer` to parse ESM

Issue - State: open - Opened by timfish 6 months ago

#89 - Don't use parser for Node v22?

Issue - State: closed - Opened by timfish 6 months ago - 4 comments

#88 - feat: Add `Hook` named export

Pull Request - State: closed - Opened by timfish 6 months ago - 4 comments

#87 - fix: Incorrect exports

Pull Request - State: closed - Opened by timfish 6 months ago - 1 comment

#86 - fix: Handle `CallExpression` in `ExportDefaultDeclaration` node

Pull Request - State: closed - Opened by timfish 6 months ago - 1 comment

#85 - fix: handling of default and star exports

Pull Request - State: closed - Opened by mohd-akram 6 months ago - 23 comments

#84 - add node 22 to test matrix

Pull Request - State: closed - Opened by bengl 6 months ago

#83 - fix: Handle cyclical reference to current file

Pull Request - State: closed - Opened by timfish 6 months ago

#82 - Does not handle `import *` of current file

Issue - State: closed - Opened by timfish 6 months ago

#81 - test: skip static-import on > v21

Pull Request - State: closed - Opened by timfish 6 months ago

#80 - test: skip static-import on v22

Pull Request - State: closed - Opened by RafaelGSS 6 months ago - 2 comments

#79 - fix: Duplicate declarations

Pull Request - State: closed - Opened by timfish 6 months ago - 1 comment

#78 - fix: Resolve re-exports of external modules

Pull Request - State: closed - Opened by timfish 6 months ago - 2 comments

#77 - Does not handle CallExpression in ExportDefaultDeclaration node

Issue - State: closed - Opened by mohd-akram 6 months ago - 4 comments

#76 - Fix resolution of lib/register.js when using multiple loaders

Pull Request - State: closed - Opened by nwalters512 6 months ago - 2 comments

#75 - ci: add Node 22 to matrix

Pull Request - State: closed - Opened by chentsulin 6 months ago - 2 comments

#74 - test: add test for import attributes

Pull Request - State: open - Opened by chentsulin 6 months ago - 1 comment

#72 - 1.7.4

Pull Request - State: closed - Opened by bengl 7 months ago - 1 comment

#70 - Use updated/renamed version of acorn-import-assertions (security fix)

Pull Request - State: closed - Opened by jackwhelpton 7 months ago - 3 comments

#69 - Handle ExportAllDeclaration without node.exported

Issue - State: open - Opened by dschnare 8 months ago - 1 comment

#68 - `renamedExport` handling incorrectly adds ES module exports

Issue - State: closed - Opened by trentm 8 months ago - 2 comments

#67 - chore: don't create a package-lock file

Pull Request - State: closed - Opened by trentm 8 months ago

#66 - fix: ensure the hooked module exports has @@toStringTag property

Pull Request - State: closed - Opened by trentm 8 months ago - 8 comments

#65 - WIP: add optional argument to specify which modules to patch

Pull Request - State: open - Opened by ida613 8 months ago - 2 comments

#64 - added module property symbols

Pull Request - State: open - Opened by ida613 8 months ago - 3 comments

#63 - Fails to resolve `exports` defined submodule when reexported by another package

Issue - State: closed - Opened by isaacs 10 months ago - 8 comments

#62 - Imports from @react-email/components break with import-in-the-middle

Issue - State: closed - Opened by dawnmist 10 months ago - 1 comment

#61 - Regression between import-in-the-middle v1.7.1 and v1.7.2

Issue - State: closed - Opened by gajus 10 months ago - 1 comment

#60 - Identifier '$Completions' has already been declared

Issue - State: closed - Opened by gajus 10 months ago - 10 comments

#59 - no such file or directory

Issue - State: open - Opened by gajus 10 months ago - 11 comments

#58 - SyntaxError: Unexpected token

Issue - State: closed - Opened by gajus 10 months ago - 2 comments

#56 - 1.7.3

Pull Request - State: closed - Opened by khanayan123 10 months ago

#55 - Clean up the test harness a bit

Pull Request - State: closed - Opened by bengl 10 months ago - 3 comments

#54 - Add CI action to upload html coverage report

Pull Request - State: closed - Opened by jsumners-nr 11 months ago - 1 comment

#53 - Fix duplicate default exports

Pull Request - State: closed - Opened by jsumners-nr 11 months ago - 1 comment

#52 - add tests for default import export and variable default export

Pull Request - State: closed - Opened by khanayan123 11 months ago

#51 - Adds linting

Pull Request - State: closed - Opened by jsumners-nr 11 months ago

#50 - add linting

Pull Request - State: closed - Opened by bengl 11 months ago - 2 comments

#49 - v1.7.1

Pull Request - State: closed - Opened by khanayan123 11 months ago

#48 - Revert "Fix loader cyclical dependency bug (#36)"

Pull Request - State: closed - Opened by khanayan123 11 months ago - 1 comment
Labels: semver-patch

#47 - 1.7.0

Pull Request - State: closed - Opened by khanayan123 11 months ago
Labels: semver-minor

#46 - remove .DS_Store file

Pull Request - State: closed - Opened by khanayan123 11 months ago

#45 - Combine coverage across all builds

Pull Request - State: closed - Opened by bengl 11 months ago

#44 - Fix ESM in Node v18.19.0

Pull Request - State: closed - Opened by jsumners-nr 11 months ago - 1 comment

#43 - Support `export * from 'module'` ESM syntax

Pull Request - State: closed - Opened by jsumners-nr 12 months ago - 2 comments

#42 - Proxy default properties as well as named

Pull Request - State: open - Opened by jsumners-nr 12 months ago - 1 comment

#41 - Extensionless support in 18.19

Pull Request - State: closed - Opened by bengl 12 months ago

#40 - Support Node.js v21

Pull Request - State: closed - Opened by bengl 12 months ago

#39 - Khanayan123/test

Pull Request - State: closed - Opened by khanayan123 12 months ago - 1 comment

#37 - Allow string names in exports that aren't valid JavaScript variable names

Pull Request - State: open - Opened by jackjennings about 1 year ago - 10 comments

#36 - Fix loader cyclical dependency bug

Pull Request - State: closed - Opened by khanayan123 about 1 year ago - 2 comments
Labels: semver-minor

#35 - Starting with rewrite in ESM

Pull Request - State: open - Opened by uurien about 1 year ago

#34 - tests not running when using `import-in-the-middle` with `mocha`

Issue - State: open - Opened by pichlermarc about 1 year ago - 1 comment

#33 - Incompatible with node 20.6+

Issue - State: closed - Opened by lizthegrey about 1 year ago - 5 comments

#32 - Loader fails when circular dependencies exist within an application

Issue - State: open - Opened by bizob2828 about 1 year ago - 1 comment

#31 - Unable to use iitm ESM loader with @apollo/server

Issue - State: closed - Opened by barryhagan about 1 year ago - 4 comments

#30 - Fix node 20 reexports

Pull Request - State: closed - Opened by luxaritas over 1 year ago - 8 comments
Labels: semver-patch

#29 - `getExports` used for node v20, v18.19.0 doesn't handle reexports

Issue - State: closed - Opened by trentm over 1 year ago - 4 comments

#28 - add Node.js v20 support

Pull Request - State: closed - Opened by bengl over 1 year ago

#27 - disable loader on node 20

Pull Request - State: closed - Opened by rochdev over 1 year ago

#25 - allow importing of json files via import assert

Pull Request - State: closed - Opened by tlhunter about 2 years ago

#24 - Cannot handle node import assertions

Issue - State: closed - Opened by jamesone about 2 years ago - 6 comments

#23 - Fix node 16.15 and 16.16

Pull Request - State: closed - Opened by uurien about 2 years ago

#22 - Fix module interception on windows

Pull Request - State: closed - Opened by CarlesDD about 2 years ago

#21 - Fix hook in node 16.17.0

Pull Request - State: closed - Opened by uurien about 2 years ago - 1 comment

#19 - Add specifier parameter on addHook

Pull Request - State: closed - Opened by uurien about 2 years ago

#18 - Hooking a Module that Exports a Function Does not Hook a Callable Function

Issue - State: closed - Opened by astorm over 2 years ago - 2 comments

#17 - v1.3.0

Pull Request - State: closed - Opened by rochdev over 2 years ago

#16 - add compatibility with typescript when using ts-node

Pull Request - State: closed - Opened by rochdev over 2 years ago - 1 comment

#15 - Can it be used to hook imports in react app

Issue - State: closed - Opened by re-Tick over 2 years ago - 1 comment

#14 - Add TypeScript extensions to EXTENSION_RE

Pull Request - State: closed - Opened by fardjad over 2 years ago - 3 comments

#13 - Support TypeScript extensions

Issue - State: closed - Opened by fardjad over 2 years ago

#12 - 1.2.1

Pull Request - State: closed - Opened by bengl over 2 years ago