Pawel Badenski

Results 45 issues of Pawel Badenski

If I understand correctly `swc-register` will at the moment use `.swcrc` for options. Could we have ability to pass custom options in code API similar to `@babel/register`: https://babeljs.io/docs/en/babel-register/#specifying-options

After upgrading from 0.1.7 to 0.1.8 tests in our project stopped working. On further inspection I noticed that this was due to change in how ignoring node_modules is implemented. For...

I ran `node --inspect-brk -r @swc/register some_script.ts` and then opened `chrome://inspect` - DevTools for Node. Source maps weren't loaded properly (was showing a transpiled JS content under a TS filename)....

C-bug

I often use REPL for ad hoc experimentations. When you run `babel-node` without any arguments it enters a REPL mode. It would be great if running `swc-node` entered REPL mode...

### Issue description When pipenv is run with PIPENV_PIPFILE and pointing to a directory that is a symlink, .venv location is not resolved correctly. ### Expected result Running: ``` cd...

Type: Possible Bug
triage
hacktoberfest
Contributor Candidate

I noticed two problems so far: a. currently package seems to have a hardcoded dependency on `fs` module - this can be worked around by mocking the dependency in a...

I'm not sure whether this is a bug in the parser or whether I am doing something incorrect here. Below doesn't match: ``` const recParser = P.seq(() => P.alt(rec, "x"));...

Thanks of all thank you very much for this project - it's been serving us beautifully for many years. Similar to #329, but for node v16.x - do people have...

https://aysy.lu/loom/faq.html gives 404