Glavin001 / atom-beautify

:mega: Help Wanted - Looking for Maintainer: https://github.com/Glavin001/atom-beautify/issues/2572 | :lipstick: Universal beautification package for Atom editor (:warning: Currently migrating to https://github.com/Unibeautify/ and have very limited bandwidth for Atom-Beautify Issues. Thank you for your patience and understanding :heart: )
http://unibeautify.com/
MIT License
1.5k stars 453 forks source link

HTMLDocument.registerElement is deprecated. #2605

Open zachlagden opened 2 years ago

zachlagden commented 2 years ago

Use customElements.define instead of document.registerElement see https://javascript.info/custom-elements

HTMLDocument.registerElement (file:///C:/Users/lagde/AppData/Local/atom-nightly/app-1.61.0-nightly3/resources/app.asar/static/index.js:160:12)
registerElement (C:\Users\lagde\.atom\packages\atom-beautify\node_modules\space-pen\lib\space-pen.js:66:88)
Builder.openTag (C:\Users\lagde\.atom\packages\atom-beautify\node_modules\space-pen\lib\space-pen.js:297:27)
Builder.tag (C:\Users\lagde\.atom\packages\atom-beautify\node_modules\space-pen\lib\space-pen.js:274:12)
Function.div (C:\Users\lagde\.atom\packages\atom-beautify\node_modules\space-pen\lib\space-pen.js:83:49)
Function.content (C:\Users\lagde\.atom\packages\atom-beautify\src\views\loading-view.coffee:19:19)
tassosblackg commented 2 years ago

Are any updates yet?

fredy-moukarzel commented 1 year ago

when will this issue be fixed ?

LmfaoHax commented 1 year ago

same problem here any solutions?

tassosblackg commented 1 year ago

seems that the package is not receiving any updates, as the author says he is focused on https://github.com/Unibeautify/ project,

Don't forget that Atom is at his end of life unfortunately, by the end of the year! I was sad for 'jumping off' this boat, but I had to keep moving, so here I am using VScode because I had to not because I like it :stuck_out_tongue:

LmfaoHax commented 1 year ago

yh ik thats very sad... so does vscode have anything like this package? to beautify our codes?

SilentGlasses commented 1 year ago

Pulsar is the next iteration of Atom. Same issue there.