Skip to content

Instantly share code, notes, and snippets.

View mabajric's full-sized avatar

Maid Bajrić mabajric

View GitHub Profile
@dchambers
dchambers / package.json
Created January 29, 2020 16:44
Copy non JavaScript assets for all TypeScript project references in specified `tsconfig.json`
{
"name": "@babylon/tscopy",
"version": "0.0.0",
"bin": {
"tscopy": "./src/tscopy.js"
},
"dependencies": {
"cpy": "^8.0.0"
}
}
@eligrey
eligrey / object-watch.js
Created April 30, 2010 01:38
object.watch polyfill in ES5
/*
* object.watch polyfill
*
* 2012-04-03
*
* By Eli Grey, http://eligrey.com
* Public Domain.
* NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK.
*/