atom-community / atom-ide-base

Atom IDE packages for Atom
https://atom.io/packages/atom-ide-base
Other
44 stars 10 forks source link

Fixing modules resolving and dependencies #7

Closed aminya closed 4 years ago

aminya commented 4 years ago

We should find a way to make modules/nuclide-* packages working. Should we use the original scripts?

    "dev-transpile": "./modules/nuclide-node-transpiler/bin/transpile.js",
    "release-transpile": "./modules/nuclide-node-transpiler/bin/release-transpile.js",

Is there a better easier way?

aminya commented 4 years ago

I decided to add single files as we need them. This prevents unnecessary maintenance.

See #19