christyharagan / IxJS

The Interactive Extensions for JavaScript
MIT License
9 stars 2 forks source link

Compilation fails on Linux. #1

Closed Axure closed 7 years ago

Axure commented 8 years ago
> @christyharagan/ixjs@0.2.0 build_spec /home/zhenghu/deps/IxJS
> tsc --project ./spec --pretty

2 import {expand} from '../../Iterable/expand'
                       ~~~~~~~~~~~~~~~~~~~~~~~

src/add/iterable/expand.ts(2,22): error TS2307: Cannot find module '../../Iterable/expand'.

The directory name should start with a lowercase character.

christyharagan commented 7 years ago

Hey @Axure

Apologises for the ridiculous delay in responding to your issue. I've committed a change that should fix this.

Thanks for raising.