forked from mystiq/hydrogen-web
remove obsolete ifdef comments
This commit is contained in:
parent
0f29fdb24e
commit
c379caf4c0
8 changed files with 1 additions and 18 deletions
|
@ -36,7 +36,7 @@ export class EventEmitter {
|
||||||
|
|
||||||
onLastSubscriptionRemoved(name) {}
|
onLastSubscriptionRemoved(name) {}
|
||||||
}
|
}
|
||||||
//#ifdef TESTS
|
|
||||||
export function tests() {
|
export function tests() {
|
||||||
return {
|
return {
|
||||||
test_on_off(assert) {
|
test_on_off(assert) {
|
||||||
|
@ -72,4 +72,3 @@ export function tests() {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
//#endif
|
|
||||||
|
|
|
@ -1,5 +1 @@
|
||||||
//#ifdef PLATFORM_GNOME
|
|
||||||
//##export {default} from "./ui/gnome/GnomePlatform.js";
|
|
||||||
//#else
|
|
||||||
export {WebPlatform as Platform} from "./ui/web/WebPlatform.js";
|
export {WebPlatform as Platform} from "./ui/web/WebPlatform.js";
|
||||||
//#endif
|
|
||||||
|
|
|
@ -49,7 +49,6 @@ export class EventKey {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//#ifdef TESTS
|
|
||||||
export function xtests() {
|
export function xtests() {
|
||||||
const fragmentIdComparer = {compare: (a, b) => a - b};
|
const fragmentIdComparer = {compare: (a, b) => a - b};
|
||||||
|
|
||||||
|
@ -156,4 +155,3 @@ export function xtests() {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
//#endif
|
|
||||||
|
|
|
@ -180,7 +180,6 @@ export class FragmentIdComparer {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//#ifdef TESTS
|
|
||||||
export function tests() {
|
export function tests() {
|
||||||
return {
|
return {
|
||||||
test_1_island_3_fragments(assert) {
|
test_1_island_3_fragments(assert) {
|
||||||
|
@ -297,4 +296,3 @@ export function tests() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//#endif
|
|
||||||
|
|
|
@ -178,7 +178,6 @@ export class GapWriter {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//#ifdef TESTS
|
|
||||||
//import MemoryStorage from "../storage/memory/MemoryStorage.js";
|
//import MemoryStorage from "../storage/memory/MemoryStorage.js";
|
||||||
|
|
||||||
export function xtests() {
|
export function xtests() {
|
||||||
|
@ -277,4 +276,3 @@ export function xtests() {
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//#endif
|
|
||||||
|
|
|
@ -134,7 +134,6 @@ export class SyncWriter {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//#ifdef TESTS
|
|
||||||
//import MemoryStorage from "../storage/memory/MemoryStorage.js";
|
//import MemoryStorage from "../storage/memory/MemoryStorage.js";
|
||||||
|
|
||||||
export function xtests() {
|
export function xtests() {
|
||||||
|
@ -233,4 +232,3 @@ export function xtests() {
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//#endif
|
|
||||||
|
|
|
@ -113,7 +113,6 @@ export class SortedMapList extends BaseObservableList {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//#ifdef TESTS
|
|
||||||
import {ObservableMap} from "../map/ObservableMap.js";
|
import {ObservableMap} from "../map/ObservableMap.js";
|
||||||
|
|
||||||
export function tests() {
|
export function tests() {
|
||||||
|
@ -250,4 +249,3 @@ export function tests() {
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//#endif
|
|
||||||
|
|
|
@ -56,7 +56,6 @@ export class ObservableMap extends BaseObservableMap {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//#ifdef TESTS
|
|
||||||
export function tests() {
|
export function tests() {
|
||||||
return {
|
return {
|
||||||
test_initial_values(assert) {
|
test_initial_values(assert) {
|
||||||
|
@ -152,4 +151,3 @@ export function tests() {
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//#endif
|
|
||||||
|
|
Loading…
Reference in a new issue