Skip to content

Instantly share code, notes, and snippets.

@telekosmos
Last active August 29, 2015 14:21
Show Gist options
  • Save telekosmos/0c38f76060c75c7f7253 to your computer and use it in GitHub Desktop.
Save telekosmos/0c38f76060c75c7f7253 to your computer and use it in GitHub Desktop.
plugin-typescript issues

The point is it fails to load definition files when they are referred from the single tsd.d.ts. Ex: typings/tsd.d.ts (jquery/jquery.d.ts just under typings)

index.ts ... ...

Try to load jspm_packages/github/components/[email protected]/jquery.d.ts, which resolves to 404 :-/

This is because System.normalize uses config.js mappings to translate paths inside .d.ts files. This shouldn't be so when parent is a tsd.d.ts file

Single file compilation no working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment