robinchesterman
robinchesterman
The existing splice method uses the indexer: `array[i + at] = insert[i]` This is not a natively observable change using modern Javascript Reflection APIs. This PR changes the method to...
I have a Typescript compiler error coming from reflect-metadata's index.d.ts "Module augmentation cannot introduce new names in the top level scope"  I am using version 0.1.10 and Typescript 1.8.7....
This add-in is not only useful to experiment with the Office JavaScript API, but is also itself a good reference implementation for architecting and bootstrapping a non-trivial Office web add-in...