Skip to content

deer/import_map

 
 

Repository files navigation

import_map

Discord Chat

A Rust implementation of WICG Import Maps specification.

This crates is used in Deno project.

The implementation is tested against WPT test suite.

Developing

// checkout git submodules
$ git submodule update --init --recursive

// build all targets
$ cargo build --all-targets

// test it
$ cargo test

Opening a pull request

  1. Format code: rustfmt ./src/lib.rs

  2. Check that clippy doesn't produce warnings: cargo clippy --all-targets --all-features --release -- -D clippy::all

About

An implementation of WICG Import Maps specification

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 95.9%
  • TypeScript 4.1%