Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  README.md   Sprache: unbekannt

 
Spracherkennung für: .md vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

# Reps

This folder contains the React components used by:
* debugger
* console
* profiler frontend

to render any arbitrary JavaScript object nicely to Web Developers.

This library receives as input the Firefox DevTools Remote Debugging Protocol (RDP)'s
Object actor's "form" object. Also known as "grip" in some part of DevTools codebase.
This contains a preview objects which helps render the object at the state it was at a given point in time.
The object actor also exposes various methods to query information about the object,
but this will represent the current state of the object.

# Release a new version on NPM

As this library is also used by the profiler frontend,
versions should be uploaded to NPM for it to pull it.

First bump the version number in `package.json`.
Then make sure to commit any changes made to reps folder (including the version bump).
This is important as the `publish` command will ultimately reset all uncommited changes
made in the `reps` folder.

And then run:
```
$ npm publish
```

# Registering an access token to publish without 2FA

NPM now requires to have 2FA setup with physical key.
In case you don't have one, you may fallback on using access token.
You have to run the following command, which isn't documented much on npm docs:
```
npm config set //registry.npmjs.org/:_authToken ${TOKEN}
```

[Dauer der Verarbeitung: 0.48 Sekunden]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Statistik
#Sources=277311
#Domains=752002