Skip to content
This repository was archived by the owner on Oct 3, 2018. It is now read-only.

Overhaul style sheet deprecation view and show deprecations also in non-dev mode#70

Merged
as-cii merged 8 commits intomasterfrom
as-shadow-dom-deprecations
Oct 17, 2016
Merged

Overhaul style sheet deprecation view and show deprecations also in non-dev mode#70
as-cii merged 8 commits intomasterfrom
as-shadow-dom-deprecations

Conversation

@as-cii
Copy link
Contributor

@as-cii as-cii commented Oct 7, 2016

This pull request stops using the atom-selector-linter module, and relies on atom.styles instead to show style sheet deprecations.

Also, this enables showing the deprecation count in the status-bar again: up until now this feature was enabled only in dev mode, but especially since we are going to remove the shadow DOM boundary from atom-text-editor elements, it feels reasonable to let users see package deprecations so that they can report them to the respective package authors.

/cc: @atom/core

lib/main.js Outdated
@@ -0,0 +1,45 @@
/** @babel */

const {Disposable, CompositeDisposable} = require('atom')
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpick;

import {Disposable, CompositeDisposable} from 'atom'

@nathansobo
Copy link
Contributor

Glad to see this moving so quickly!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants