Provide a shim file
See original GitHub issueI’m submitting a…
[ ] Regression
[ ] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.
Current behavior
Expected behavior
Something similar to what @nestjs/graphql
provides.
More on that topic https://github.com/nestjs/graphql/issues/1082 Example implementation: https://github.com/nestjs/graphql/pull/1184/files
Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
Environment
Nest version: X.Y.Z
For Tooling issues:
- Node version: XX
- Platform:
Others:
Issue Analytics
- State:
- Created 3 years ago
- Reactions:9
- Comments:7 (6 by maintainers)
Top Results From Across the Web
terminology - What is a Shim? - Stack Overflow
In computer programming, a shim is a small library which transparently intercepts an API, changes the parameters passed, handles the operation ...
Read more >SHIM File Extension - What is an .shim file and how do I open it?
A SHIM file is a plain text file created by Scoop, a command-line program installer for Windows. It contains the path to an...
Read more >Shimming - webpack
So let's imagine we only wanted to provide the join method from lodash wherever it's invoked: src/index.js function component() { const element =...
Read more >Executable shimming (like symlinks but better)
Provides an exe file that calls a target executable. Runs the target executable where it is, which means all dependencies and other things...
Read more >Demystifying Shims - or - Using the App Compat Toolkit to ...
This will give you the complete summary of the application and the fixes applied. Now you need to save this shim database file...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@kamilmysliwiec would you accept a merge request for this? We have created a small shim file for this package at work that includes all the exports we need at the moment. I guess I could start from there, add the remaining exports and submit a pull request later this week.
are there any updates on this?