Skip to content

Commit bf0cbdf

Browse files
committed
Remove TypeScript footprint
1 parent 5927a66 commit bf0cbdf

File tree

10 files changed

+164
-2779
lines changed

10 files changed

+164
-2779
lines changed

.eslintrc.json

Lines changed: 0 additions & 80 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 0 additions & 64 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
11
.DS_Store
22
npm-debug.log
33
node_modules
4-
lib_src/**/*
5-
!lib_src/tsconfig.json
6-
!lib_src/tslint.json
7-
tsconfig.tsbuildinfo
8-
9-
!lib_src/misc/colors.ts

.travis.yml

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
language: julia
2+
3+
julia:
4+
- 1
5+
- nightly
6+
7+
env:
8+
global:
9+
- APM_TEST_PACKAGES="ink language-julia"
10+
- ATOM_LINT_WITH_BUNDLED_NODE="true"
11+
12+
matrix:
13+
- ""
14+
- ATOMJL=master
15+
16+
os:
17+
- linux
18+
19+
matrix:
20+
include:
21+
# # Sanity check for OS X
22+
# - os: osx
23+
# julia: 1
24+
# env: ATOMJL=master
25+
# Sanity check for Atom Beta
26+
- os: linux
27+
julia: 1
28+
env: ATOM_CHANNEL=beta
29+
allow_failures:
30+
- julia: nightly
31+
- env: ATOM_CHANNEL=beta
32+
33+
script:
34+
- julia ci/packages.jl
35+
- curl -s -O https://raw.githubusercontent.com/atom/ci/master/build-package.sh
36+
- chmod u+x build-package.sh
37+
- ./build-package.sh
38+
39+
dist: xenial
40+
addons:
41+
apt:
42+
sources:
43+
- ubuntu-toolchain-r-test
44+
packages:
45+
- g++-6
46+
- build-essential
47+
- fakeroot
48+
- git
49+
- libsecret-1-dev
50+
51+
notifications:
52+
email: false

appveyor.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
### Project specific config ###
2+
environment:
3+
APM_TEST_PACKAGES: "ink language-julia"
4+
ATOM_LINT_WITH_BUNDLED_NODE: "true"
5+
6+
matrix:
7+
- ATOM_CHANNEL: stable
8+
- ATOM_CHANNEL: beta
9+
10+
### Generic setup follows ###
11+
build_script:
12+
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/atom/ci/master/build-package.ps1'))
13+
- julia: ci/packages.jl
14+
15+
branches:
16+
only:
17+
- master
18+
19+
version: "{build}"
20+
platform: x64
21+
clone_depth: 10
22+
skip_tags: true
23+
test: off
24+
deploy: off

lib_src/misc/colors.ts

Lines changed: 0 additions & 53 deletions
This file was deleted.

lib_src/tsconfig.json

Lines changed: 0 additions & 40 deletions
This file was deleted.

lib_src/tslint.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)