Jesse Harlin

Results 82 comments of Jesse Harlin

Thanks for the feature request. Glad you like the module.

[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version**: 1.9.9 **System**: Microsoft Windows 10 Pro **Thrown From**: [Tern](https://github.com/artoale/atom-tern) package, v0.8.0 ### Stack Trace Failed to load the Tern...

Don't forget the babel-eslint flag if you're using this https://github.com/babel/babel-eslint/issues/679 , that also changed very recently and that got me. ``` ecmaFeatures: { legacyDecorators: true } ```

parser options like ``` { "parser": "babel-eslint", "parserOptions": { "ecmaVersion": 6, "sourceType": "module", "ecmaFeatures": { "modules": true, "legacyDecorators": true } }, //... rest of linter file } ```

@kakenbok fixed spelling on initial comment! thanks

Also please let me know if this should be opened in https://github.com/clerk/javascript/tree/main/packages/expo 's repo and not here, I'd like to put it in the most correct place

```sh npx envinfo --system --browsers --binaries --npmPackages System: OS: Linux 5.15 Ubuntu 22.04.3 LTS 22.04.3 LTS (Jammy Jellyfish) CPU: (32) x64 13th Gen Intel(R) Core(TM) i9-13900K Memory: 57.94 GB /...

Merging this would be very much appreciated. I'd like to avoid any of the post install hacks. being able to run the same codebase on every mobile platform and also...