File tree Expand file tree Collapse file tree 6 files changed +78
-0
lines changed Expand file tree Collapse file tree 6 files changed +78
-0
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2023 Contributors to the Eclipse Foundation
3
+ *
4
+ * See the NOTICE file(s) distributed with this work for additional
5
+ * information regarding copyright ownership.
6
+ *
7
+ * This program and the accompanying materials are made available under the
8
+ * terms of the Eclipse Public License 2.0 which is available at
9
+ * http://www.eclipse.org/legal/epl-2.0
10
+ *
11
+ * SPDX-License-Identifier: EPL-2.0
12
+ */
13
+
1
14
/* eslint-disable comma-dangle */
2
15
/* eslint-disable prefer-const */
3
16
/* eslint-disable no-invalid-this */
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2023 Contributors to the Eclipse Foundation
3
+ *
4
+ * See the NOTICE file(s) distributed with this work for additional
5
+ * information regarding copyright ownership.
6
+ *
7
+ * This program and the accompanying materials are made available under the
8
+ * terms of the Eclipse Public License 2.0 which is available at
9
+ * http://www.eclipse.org/legal/epl-2.0
10
+ *
11
+ * SPDX-License-Identifier: EPL-2.0
12
+ */
13
+
1
14
import * as Utils from '../utils.js' ;
2
15
import * as API from '../api.js' ;
3
16
import { Observable } from '../utils/observable.js' ;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2023 Contributors to the Eclipse Foundation
3
+ *
4
+ * See the NOTICE file(s) distributed with this work for additional
5
+ * information regarding copyright ownership.
6
+ *
7
+ * This program and the accompanying materials are made available under the
8
+ * terms of the Eclipse Public License 2.0 which is available at
9
+ * http://www.eclipse.org/legal/epl-2.0
10
+ *
11
+ * SPDX-License-Identifier: EPL-2.0
12
+ */
13
+
1
14
import * as ace from 'ace-builds/src-noconflict/ace' ;
2
15
import * as Utils from '../utils.js' ;
3
16
import * as API from '../api.js' ;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2023 Contributors to the Eclipse Foundation
3
+ *
4
+ * See the NOTICE file(s) distributed with this work for additional
5
+ * information regarding copyright ownership.
6
+ *
7
+ * This program and the accompanying materials are made available under the
8
+ * terms of the Eclipse Public License 2.0 which is available at
9
+ * http://www.eclipse.org/legal/epl-2.0
10
+ *
11
+ * SPDX-License-Identifier: EPL-2.0
12
+ */
13
+
1
14
import * as Utils from '../utils.js' ;
2
15
import * as API from '../api.js' ;
3
16
import * as Environments from '../environments/environments.js'
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2023 Contributors to the Eclipse Foundation
3
+ *
4
+ * See the NOTICE file(s) distributed with this work for additional
5
+ * information regarding copyright ownership.
6
+ *
7
+ * This program and the accompanying materials are made available under the
8
+ * terms of the Eclipse Public License 2.0 which is available at
9
+ * http://www.eclipse.org/legal/epl-2.0
10
+ *
11
+ * SPDX-License-Identifier: EPL-2.0
12
+ */
13
+
1
14
import * as ace from 'ace-builds/src-noconflict/ace' ;
2
15
import * as Utils from '../utils.js' ;
3
16
import * as API from '../api.js' ;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2023 Contributors to the Eclipse Foundation
3
+ *
4
+ * See the NOTICE file(s) distributed with this work for additional
5
+ * information regarding copyright ownership.
6
+ *
7
+ * This program and the accompanying materials are made available under the
8
+ * terms of the Eclipse Public License 2.0 which is available at
9
+ * http://www.eclipse.org/legal/epl-2.0
10
+ *
11
+ * SPDX-License-Identifier: EPL-2.0
12
+ */
13
+
1
14
import * as ace from 'ace-builds/src-noconflict/ace' ;
2
15
import * as Utils from '../utils.js' ;
3
16
import * as API from '../api.js' ;
You can’t perform that action at this time.
0 commit comments