• A
    Fix standalone editor gulp scripts. · d729e505
    Alex Dima 提交于
    Tree Shaking:
    - do not proceed with tree shaking when there are compilation errors
    - load .d.ts files in the language service
    - adopt TS 3.1.1 in symbol resolution
    - use the real tsconfig.json / with "node" resolution
    
    Bundling:
    - fix issue where files were being looked for in out-build instead of out-editor-build
    d729e505
gulpfile.editor.js 11.4 KB