Skip to content
This repository has been archived by the owner on Apr 3, 2021. It is now read-only.

Library for working with source map files in .NET

Notifications You must be signed in to change notification settings

jpierson/dotnet-source-map-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

.NET Source Map SDK

📣This project is no longer being developed. Thanks to @delneg's efforts we already have a working port of the source-map project and available in Fable 3.1. Please see https://github.com/delneg/source-map-sharp if you are looking for a .NET or F# specific library for working with source map files.

This is a port of the source-map project from Mozilla but for use in .NET applications and tools. The library allows for generating and consuming source map files.

Motivation

This project has begun as a port of the source-map project as an aim to provide a native library that can be used by the Fable project. Since the release of Fable 3, previous support for source maps is no longer available due to changes in the fundamental design. The goal here is that providing a .NET library for generating source map files, Fable will be able to leverage this library in order to

Additionally source map files have always been a very useful detail of web development in my personal career when working with Babe, Typescript, Elm, and others so I'm generally curious to learn more about how they work and at the same time fill a gap that appears to exist in .NET tooling.

About

Library for working with source map files in .NET

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published