Skip to content

Commit

Permalink
Remove TypeScript footprint
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Apr 13, 2020
1 parent e82fa0f commit dd51733
Show file tree
Hide file tree
Showing 11 changed files with 164 additions and 2,859 deletions.
80 changes: 0 additions & 80 deletions .eslintrc.json

This file was deleted.

64 changes: 0 additions & 64 deletions .github/workflows/ci.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
.DS_Store
npm-debug.log
node_modules
lib_src/**/*
!lib_src/tsconfig.json
!lib_src/tslint.json
tsconfig.tsbuildinfo



!/lib_src/misc/scopes.ts
52 changes: 52 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
language: julia

julia:
- 1
- nightly

env:
global:
- APM_TEST_PACKAGES="ink language-julia"
- ATOM_LINT_WITH_BUNDLED_NODE="true"

matrix:
- ""
- ATOMJL=master

os:
- linux

matrix:
include:
# # Sanity check for OS X
# - os: osx
# julia: 1
# env: ATOMJL=master
# Sanity check for Atom Beta
- os: linux
julia: 1
env: ATOM_CHANNEL=beta
allow_failures:
- julia: nightly
- env: ATOM_CHANNEL=beta

script:
- julia ci/packages.jl
- curl -s -O https://raw.githubusercontent.com/atom/ci/master/build-package.sh
- chmod u+x build-package.sh
- ./build-package.sh

dist: xenial
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-6
- build-essential
- fakeroot
- git
- libsecret-1-dev

notifications:
email: false
24 changes: 24 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
### Project specific config ###
environment:
APM_TEST_PACKAGES: "ink language-julia"
ATOM_LINT_WITH_BUNDLED_NODE: "true"

matrix:
- ATOM_CHANNEL: stable
- ATOM_CHANNEL: beta

### Generic setup follows ###
build_script:
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/atom/ci/master/build-package.ps1'))
- julia: ci/packages.jl

branches:
only:
- master

version: "{build}"
platform: x64
clone_depth: 10
skip_tags: true
test: off
deploy: off
11 changes: 0 additions & 11 deletions lib/misc/scopes.d.ts

This file was deleted.

119 changes: 0 additions & 119 deletions lib_src/misc/scopes.ts

This file was deleted.

Loading

0 comments on commit dd51733

Please sign in to comment.