-
## 🐛 Bug report
### Current Behavior
Get warnings when starting application
```
WARNING in ./node_modules/fp-ts-routing/es6/formatter.js
Module Warning (from ./node_modules/source-map-loader/…
-
brocfile.js:
``` js
/* jshint node:true, undef:true, unused:true */
var compileModules = require('broccoli-es6-module-transpiler');
var AMDFormatter = require('es6-module-transpiler-amd-formatter');
…
-
Not sure there's much nodeenv can do here as the paths _are_ really deep
Here's some of the errors I've seen from this:
```
$ nodeenv C:/Temp/123456789012345678901234567890/nenv
* Install pre…
-
# node js es6 import
https://stackoverflow.com/questions/37132031/nodejs-plans-to-support-import-export-es6-es2015-modules
https://medium.com/the-node-js-collection/an-update-on-es6-modules-in-n…
-
**Is your feature request related to a problem? Please describe.**
One possible issue that we have encountered while using the `aws-otel-nodejs` lambda layer is the incompatibility with Middy, a midd…
-
I compiled my current project with the babel-plugin-rewire.
I get ReferenceError: _get__ is not defined when i try to run it on windows 10
On ubuntu and Mac it everything works, so I compared th…
-
I just performed a fresh install of this project and get a warning:
```
warn - ./node_modules/@logtail/node/dist/es6/context.js
Critical dependency: require function is used in a way in which de…
-
Instead of using CommonJS syntax (e.g., in `src/logger.js` and `src/job_helper.js`) and importing the module with `require`, let's try using ES6 module syntax and import using `import` just to be cons…
-
When using Mockery to mock out dependencies of modules that are written in ES6 using Babel, there are a number of core Babel modules that get required automatically that need to be marked as allowed t…
-
# A "Gotcha" When Importing ES6 Modules into Babylon.js using Typescript
[https://blairmacintyre.me/2020/09/02/importing-es6-modules-into-babylon-js-using-typescript/](https://blairmacintyre.me/202…