Shaddock Heath c391083ed0 Work on atomicQuery. These changes allow the web view to talk directly to the running TS in the editor and allow the editor to respond back to the web view that initiated the request w/o needing the C++ to need to get involved other than just passing the message back and forth. Made a distinction between having a request and just a notification. Also added types to the atomicQuery response. 8 years ago
..
AtomicWork.d.ts c391083ed0 Work on atomicQuery. These changes allow the web view to talk directly to the running TS in the editor and allow the editor to respond back to the web view that initiated the request w/o needing the C++ to need to get involved other than just passing the message back and forth. Made a distinction between having a request and just a notification. Also added types to the atomicQuery response. 8 years ago
EditorWork.d.ts c391083ed0 Work on atomicQuery. These changes allow the web view to talk directly to the running TS in the editor and allow the editor to respond back to the web view that initiated the request w/o needing the C++ to need to get involved other than just passing the message back and forth. Made a distinction between having a request and just a notification. Also added types to the atomicQuery response. 8 years ago
README.md 1c4a662115 added readme 9 years ago
duktape.d.ts 329cd85550 Expose the timer api (setTimeout, clearTimeout, etc.) to the editor. Also add type definitions for the timer api to duktape.d.ts. 8 years ago
tsconfig.json 3b923ac514 fixes to allow the windows build to generate the d.ts combined file 9 years ago

README.md

Typescript Definition Files

  • Most of These *.d.ts files are generated by the build process.
  • The *Work.d.ts files are hand created.
  • The tsconfig.json file is used to generate the combined dist\Atomic.d.ts file.