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
Thanks for this project. This is a great idea, and I would like to add to it. I have been using this language Elm for a while, and it would be great if the inspector could detect it.
My question is: What are the basics steps to add a detector? For example, I know that there is an Elm object in the window variable, so that test can be added to the detector, but is it only that? Are there other things that I am missing?
The text was updated successfully, but these errors were encountered:
You can check src/detector, there are various types of detectors there. You will probably use Javascript detector, which detect a framework using inline javascript.
You will also need to add the app definition here and upload an icon / svg to resources/apps.
Thanks for this project. This is a great idea, and I would like to add to it. I have been using this language Elm for a while, and it would be great if the inspector could detect it.
My question is: What are the basics steps to add a detector? For example, I know that there is an Elm object in the
window
variable, so that test can be added to the detector, but is it only that? Are there other things that I am missing?The text was updated successfully, but these errors were encountered: