Gabriel Gorta
Gabriel Gorta
Broken, regex doesn't work. `ConfigError: Error while parsing config - JSON5: invalid character '.' at 19:18` `/something/` is not valid JSON value, it must be string `"something"` so for regex...
### 💻 - [ ] Would you like to work on a fix? ### How are you using Babel? Programmatic API (`babel.transform`, `babel.parse`) ### Input code ```js import something from...
### Select the SuiteCloud tool where you encountered the issue SuiteCloud Extension for VSCode ### Version of the SuiteCloud Tool 1.4.3 ### Operating system Windows 11 ### Node Version /...
Let say, I have transpiler, that transform some code in `./src/` directory to other code in `./build/` directory. It would be nice, to be able to trigger upload from `./src/`...
JSON: ```json [ "a", { "b": "c" }, [ "d" ] ] ``` JSONL ```jsonl "a" { "b": "c" } [ "d" ] ``` what is difference, except additional `[`...