Clint Ayres
Clint Ayres
👋 I'm interested in using GCC with the latest version of Webpack (v5) but there seems to be an internal plugin issue. So far I've upgraded the demos to the...
Add support for `require.resolve()` since these can be relative paths.
`import app from './app'` where ./app was a folder containing an index.js
I tried to move `create-react-app` App.js file and it mangled the import of App.css Moving `/App.js` ``` js import React, { Component } from 'react'; import logo from './logo.svg'; import...
`create-react-app` bootstraps css support loaded from JavaScript; JS files have import statements to .css files. We need to update our JS files if these move.
I'm seeing an when triaging #65 where changes to `Ignore Config` or `Ignore Pattern` are requiring me to reload Atom for my Package to pick up these changes. More research...
We need test coverage for 1.0 release.
We need to clean up the README.md to be clear about what this atom package does. The README.md is visiable in: Atom Settings > Packages, APM, and GitHub. Language should...
If we add a small abstraction on top of our JavaScript rename + codemod transforms, then potentially we could support other file formats in the future if we wanted. Might...
## This issue is to act as a placeholder for work remaining to fully support Attachments. ### The remaining issues are as follows: 1. On replication **to** remote CouchDB where...