You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there! I just tried installing recent-projects on Atom 1.16.0-beta0, and ran into an error. It looks like it was thrown on recent-projects-view.js:75, which is the only place super appears in the code base, though I'm not altogether sure why: it looks like a perfectly cromulent use of super to me, and the online Babel REPL transpiles it just fine.
If you have any thoughts or suggestions about how this might be patched, I'd love to hear them! Thanks in advance for your help.
Install recent-projects.
💥
Atom: 1.16.0-beta0 x64 Electron: 1.3.13 OS: Mac OS X 10.12.4 Thrown From: recent-projects package 0.13.1
Stack Trace
Failed to load the recent-projects package
At 'super' keyword unexpected here
SyntaxError: 'super' keyword unexpected here
at Module._compile (/app.asar/src/native-compile-cache.js:79:40)
at /app.asar/src/compile-cache.js:216:21)
at Module.load (module.js:473:32)
at tryModuleLoad (module.js:432:12)
at Function.Module._load (module.js:424:3)
at Module.require (module.js:483:17)
at require (/app.asar/src/native-compile-cache.js:50:27)
at /packages/recent-projects/lib/main.js:8:26)
at Module._compile (/app.asar/src/native-compile-cache.js:109:30)
at /app.asar/src/compile-cache.js:216:21)
at Module.load (module.js:473:32)
at tryModuleLoad (module.js:432:12)
at Function.Module._load (module.js:424:3)
at Module.require (module.js:483:17)
at require (/app.asar/src/native-compile-cache.js:50:27)
at Package.module.exports.Package.requireMainModule (/app.asar/src/package.js:796:27)
at /app.asar/src/package.js:123:28
at Package.module.exports.Package.measure (/app.asar/src/package.js:96:15)
at Package.module.exports.Package.load (/app.asar/src/package.js:110:12)
at PackageManager.module.exports.PackageManager.loadPackage (/app.asar/src/package-manager.js:468:14)
at PackageManager.module.exports.PackageManager.activatePackage (/app.asar/src/package-manager.js:548:30)
at /app.asar/node_modules/settings-view/lib/package-manager.js:484:29
at exit (/app.asar/node_modules/settings-view/lib/package-manager.js:99:16)
at triggerExitCallback (/app.asar/src/buffered-process.js:265:9)
at ChildProcess.process.on.code (/app.asar/src/buffered-process.js:295:9)
at emitTwo (events.js:106:13)
at ChildProcess.emit (events.js:191:7)
at Process.ChildProcess._handle.onexit (internal/child_process.js:215:12)
Hey there! I just tried installing
recent-projects
on Atom 1.16.0-beta0, and ran into an error. It looks like it was thrown onrecent-projects-view.js:75
, which is the only placesuper
appears in the code base, though I'm not altogether sure why: it looks like a perfectly cromulent use ofsuper
to me, and the online Babel REPL transpiles it just fine.If you have any thoughts or suggestions about how this might be patched, I'd love to hear them! Thanks in advance for your help.
recent-projects
.Atom: 1.16.0-beta0 x64
Electron: 1.3.13
OS: Mac OS X 10.12.4
Thrown From: recent-projects package 0.13.1
Stack Trace
Failed to load the recent-projects package
Commands
Non-Core Packages
The text was updated successfully, but these errors were encountered: