robinchesterman

Results 3 issues of 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...

enhancement
question
change

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" ![image](https://cloud.githubusercontent.com/assets/1909365/24546030/80de5aaa-1601-11e7-8935-5def90010cfb.png) 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...

feature
effort level: unknown