Историја ревизија

Аутор SHA1 Порука Датум
  Ross Hadden e0c4a16634 Added `include` block to tsconfig. пре 9 година
  Shaddock Heath 86c843419a Fixes #1268 - Work on converting to TS enums пре 9 година
  Shaddock Heath 1aea0a1d3a Fixes #1219 - improvements for working with vscode + some cleanup пре 9 година
  Shaddock Heath d46f637bae Fix for #1277 - Set the base URL for typescript files to be the Resources directory so that you can import non-relative modules. Should be able to ```import Foo from “Scripts/Foo”``` пре 9 година
  Shaddock Heath 2bf39dba29 tuning the way the in-memory (and persisted) tsconfig.json for a project is built. Turn on case sensitive "import". Also made a change to scan the root of the Project folder on down for d.ts files since they could be located outside of the resources directory. пре 9 година
  Kobus vd walt 2043bbdbe5 Pretty print json пре 9 година
  Kobus vd walt 354cc5e15e Rename TypeScript folder in project root to typings + other changes пре 9 година
  Kobus vd walt 06e5f2703d Added some suggested changes. пре 9 година
  Kobus vd walt d292d47058 Generate TypeScript project files for external editors пре 9 година
  Shaddock Heath f59b2e384b Make sure that when doing a full compile, the latest tsConfig is used пре 9 година
  Shaddock Heath aa8c9ba4e3 Work on getting the typescript to compile w/o error when there are additional .js files in the project. Also work on getting Atomic completions to work inside pure JS files. пре 9 година
  Shaddock Heath c68c964ae6 Work on real-time syntax checking пре 9 година
  Shaddock Heath b5653d2ab9 fixes issue with TypeScript menu getting created twice пре 9 година
  Shaddock Heath 8c2aea01fd Start working on using the TypeScript language services to provide intellisense to vanilla JS files. пре 9 година
  Shaddock Heath e9560361f3 Fixes issue where adding a new component was not initializing the language service properly пре 9 година
  Shaddock Heath 7b26a2b93c handle situation where a vanilla project adds a new TS file before the TS extension has been initialized пре 9 година
  Shaddock Heath 9994661852 Work on parsing out the compile options correctly пре 9 година
  Shaddock Heath 2d440da91a Added functionality to pull in a custom compiler options block if there is a tsconfig.json in the root of the project. Also updated the output to show compiler settings and time to compile. пре 9 година
  Shaddock Heath d8f936ef43 Work on being able to compile typescript files when not all the pieces are located under Resources (ie d.ts files located in a project/typings folder). Also pull in an existing tsconfig.json if it exists in the root of the project. пре 9 година
  Shaddock Heath 32c60a84d8 Cleaning up the TypeScript plugin menu handling пре 9 година
  Shaddock Heath 851030e2a6 Fixes issue with toggling "Compile on Save" menu item. Now it no longer removes and re-adds the entire menu, but just updates the text of the menu item. пре 9 година
  Shaddock Heath d7ff17d7a7 - Removed the logic that generates the temporary tsconfig.atomic and instead just pushes the tsconfig directly into the web view пре 9 година
  Shaddock Heath 4da220d540 Cleaning up typescript compiler messages to not display internal libraries in the output unless they fail to compile пре 9 година
  Shaddock Heath dadd8e9233 Work on formatting compile results by coloring the error messages as well as displaying those files that successfully compiled пре 9 година
  Shaddock Heath 6265817e37 First cut at doing compiling TypeScript in the editor. This will only work if there is a JSResourceEditor open currently since the compilation is done inside the web view editor. пре 9 година
  Shaddock Heath 303d712ec9 Refactoring the extension interface names to make more sense пре 9 година
  Shaddock Heath 9fbef5d68e updated license banners пре 9 година
  Shaddock Heath bcb4cf18bf Work on routing delete, rename, and project unloaded events to the web view so that the typescript language service can keep it's internal representation of the project in sync пре 9 година
  Shaddock Heath b3a3ab207c massive cleanup and implementation of the typescript services in the web view. пре 9 година