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.
- Host: GitHub
- URL: https://github.com/openscript/sourcemaps-example
- Owner: openscript
- License: mit
- Created: 2019-10-20T09:19:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-20T09:25:20.000Z (about 6 years ago)
- Last Synced: 2025-04-08T08:44:20.022Z (10 months ago)
- Topics: teaching-materials
- Language: HTML
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`