fix error TS2694: Namespace 'cool' has no exported member 'TilesSection'.
in make check-local Making check in browser make[1]: Entering directory 'jenkins/workspace/tinderbox_online_master_debug_vs_co-23.05/browser' make check-am make[2]: Entering directory 'jenkins/workspace/tinderbox_online_master_debug_vs_co-23.05/browser' build cool completed cp -a "./../cypress_test/data/multiuser/cypress-multiuser.html" "./dist/cypress-multiuser.html" Added HTML file for multiuser tests make check-local make[3]: Entering directory 'jenkins/workspace/tinderbox_online_master_debug_vs_co-23.05/browser' ./node_modules/typescript/bin/tsc mocha_tests/SheetGeometry.test.ts --outfile mocha_tests/SheetGeometry.test.js --module none --lib dom,es2016 --target ES5 ./node_modules/typescript/bin/tsc mocha_tests/Rectangle.test.ts --outfile mocha_tests/Rectangle.test.js --module none --lib dom,es2016 --target ES5 ./node_modules/typescript/bin/tsc mocha_tests/CPointSet.test.ts --outfile mocha_tests/CPointSet.test.js --module none --lib dom,es2016 --target ES5 ./node_modules/typescript/bin/tsc mocha_tests/CBounds.test.ts --outfile mocha_tests/CBounds.test.js --module none --lib dom,es2016 --target ES5 ./node_modules/typescript/bin/tsc mocha_tests/CanvasSectionContainer.test.ts --outfile mocha_tests/CanvasSectionContainer.test.js --module none --lib dom,es2016 --target ES5 src/layer/tile/CanvasSectionContainer.ts(2094,78): error TS2694: Namespace 'cool' has no exported member 'TilesSection'. Makefile:926: recipe for target 'mocha_tests/CanvasSectionContainer.test.js' failed make[3]: *** [mocha_tests/CanvasSectionContainer.test.js] Error 2 Signed-off-by: Caolán McNamara <caolan.mcnamara@collabora.com> Change-Id: I9d6f130b7943165b3937cbbd70efcf0690c94b88
This commit is contained in:
parent
4a40ff5b94
commit
4dfac103d0
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
/// <reference path="../../src/layer/tile/CanvasSectionContainer.ts" />
|
||||
/// <reference path="../../src/layer/tile/TilesSection.ts" />
|
||||
|
||||
function canvasDomString() {
|
||||
return `
|
||||
|
|
Loading…
Reference in a new issue