olmokramer / atom-stylus-autocompile

Compile .styl files on save in Atom
MIT License
5 stars 4 forks source link

Object.Object.defineProperty.get is deprecated. #2

Closed sholtomaud closed 9 years ago

sholtomaud commented 9 years ago

Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.

Object.Object.defineProperty.get (/Applications/Atom.app/Contents/Resources/app.asar/exports/atom.js:66:11)
Object.<anonymous> (/Users/chr/.atom/packages/stylus-autocompile/lib/stylus-autocompile-view.coffee:1:1)
Object.<anonymous> (/Users/chr/.atom/packages/stylus-autocompile/lib/stylus-autocompile-view.coffee:221:4)
Module._compile (module.js:452:26)
olmokramer commented 9 years ago

This is the same as #1. Closing as duplicate.

I'll try to get to it, I think I can do it this weekend

olmokramer commented 9 years ago

I just released v0.2.0 that should remove all the deprecation warnings.