An open API service indexing awesome lists of open source software.

https://github.com/openscript/sourcemaps-example

An example for using sourcemaps.
https://github.com/openscript/sourcemaps-example

teaching-materials

Last synced: 6 months ago
JSON representation

An example for using sourcemaps.

Awesome Lists containing this project

README

          

# Sourcemaps example

## CoffeeScript
1. Install the CoffeeScript compiler
`yarn global add coffeescript`
1. Compile with
`coffee --map fizzbuzz.coffee`

## TypeScript
1. Install the TypeScript compiler
`yarn global add typescript`
1. Compile with
`tsc --sourcemap fizzbuzz.ts`