5 Commits

Author SHA1 Message Date
Joey Perrott
d1ea1f4c7f build: update license headers to reference Google LLC ()
Update the license headers throughout the repository to reference Google LLC
rather than Google Inc, for the required license headers.

PR Close 
2020-05-26 14:26:58 -04:00
Misko Hevery
885f1af509 build: extract interface and util sub compilation from core ()
PR Close 
2019-01-10 16:31:44 -08:00
Miško Hevery
f3fc74ab67 build(core): remove main() from specs ()
`main()` function used to be needed to support dart, since dart
Does not allow top level statements. Since we no longer use dart
The need for `main()` has been removed.

In preparation for `Basel` and standardized way of running tests
we are removing `main()`

PR Close 
2017-12-22 13:10:51 -08:00
Miško Hevery
910c0d9ee7 fix(core): Update types for TypeScript nullability support () 2017-03-29 09:34:45 -07:00
Dzmitry Shylovich
8e6995c91e fix(core): stringify shouldn't throw when toString returns null/undefined ()
Fixes 

PR Close 
2017-03-21 12:20:44 -05:00