Skip to content

Commit e4c1a7c

Browse files
committed
Remove TypeScript footprint
Revert "copy misc/colors.js to lib_src" This reverts commit e09d806. Revert "Update .gitignore" This reverts commit a7e1fd7. Revert "gitignore + Local conversion:" This reverts commit 1bf2d7b. Revert "Update package-lock.json" This reverts commit cb9bb08. Revert "Adding Scripts" This reverts commit 57e6333. Revert "Use GithubActions instead of Travis/Appveyor" This reverts commit 22ae3d3. Revert "Add Eslint" This reverts commit 28c034e. Revert "Adding prettier" This reverts commit ca85043. Revert "Create tslint.json" This reverts commit 7b3857d. Revert "Create tsconfig.json" This reverts commit f191508. Revert "Add @types + tslint devDependencies" This reverts commit d81d5e7.
1 parent c3d069a commit e4c1a7c

File tree

10 files changed

+164
-2735
lines changed

10 files changed

+164
-2735
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/misc/colors.d.ts

Lines changed: 0 additions & 9 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)