TooTallNate / plist.js

Mac OS X Plist parser/builder for Node.js and browsers
MIT License
571 stars 123 forks source link

replace multiline module with string template literals #122

Open mreinstein opened 2 years ago

mreinstein commented 2 years ago

We can assume es6 or higher for the next version of plist.js. Let's get rid of multiline since it's long since been deprecated.