mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08:39 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
12
devtools/shared/node-properties/UPGRADING.md
Normal file
12
devtools/shared/node-properties/UPGRADING.md
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
NODE PROPERTIES UPGRADING
|
||||
|
||||
Original library at https://github.com/gagle/node-properties
|
||||
The original library is intended for node and not for the browser. Most files are not
|
||||
needed here.
|
||||
|
||||
To update
|
||||
- copy https://github.com/gagle/node-properties/blob/master/lib/parse.js
|
||||
- update the initial "module.exports" to "var parse" in parse.js
|
||||
- copy https://github.com/gagle/node-properties/blob/master/lib/read.js
|
||||
- remove the require statements at the beginning
|
||||
- merge the two files, parse.js first, read.js second
|
||||
Loading…
Add table
Add a link
Reference in a new issue