Reggi

Results 118 issues of Reggi

I have `exports.super` and it's converting to `export let super` which doesn't compile. [Example here.](https://babeljs.io/repl#?browsers=&build=&builtIns=false&spec=false&loose=false&code_lz=KYDwDg9gTgLgzgOjgVzMKACAvBgRAW2AgHdcBuAKFElkQDNps9CTyrxp4kYoBLAOwDmTAkVJkgA&debug=false&forceAllTransforms=false&shippedProposals=false&circleciRepo=&evaluate=true&fileSize=false&timeTravel=false&sourceType=module&lineWrap=false&presets=&prettier=false&targets=&version=7.10.4&externalPlugins=babel-plugin-transform-commonjs%401.1.6) Any chance that rather then declaring each variable there can be one export? ```js export...

I was trying to figure out a way to run tests without any creds. Seems like I needed this in my file. `AWS.config.update({accessKeyId: 'FAKE', secretAccessKey: 'FAKE'})` Could be useful for...

Im looking for a way to get the variable definition from `import` and `require` statements. I already have functions that get the contents of the require / import (ie. the...

I am trying to use QLStephen to show quick look for `.ts` files (`public.mpeg-2-transport-stream`). I added a couple of`kMDItemContentType` ids to the `Info.plist`. For some reason all of the ones...

Here I get `Wrong URL format` ``` asciinema2gif --size small --speed 2 -o "${HOME}/Desktop/another.gif" /Users/thomasreggi/Desktop/example.json ```

I have an app running on http://localhost:3000/ ``` reload: { port: 3001, proxy: { host: 'localhost', port: 3000 } } ``` Any idea why theres nothing at http://localhost:3001???

I'm trying to find words to explain the feature I'd like But I'd rather just show it. ``` javascript var _ = require("underscore") function example (/* [arguments]^ */){ var args...

in progress

I have a function where I'd like to pass in either a `Function` or an `Array` of `Functions`, and this argument is required. How can I check for both?

If I have a script link this where the first script uses `cd` the directory in the next command is the root parent where I started. Any ideas how I...

question