Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/realityforge/gwt-symbolmap
https://github.com/realityforge/gwt-symbolmap
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/realityforge/gwt-symbolmap
- Owner: realityforge
- License: apache-2.0
- Created: 2018-03-14T20:37:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-26T02:53:51.000Z (5 months ago)
- Last Synced: 2024-10-04T17:10:26.790Z (2 months ago)
- Language: Java
- Homepage:
- Size: 254 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- gwt-boot-awesome-lili - gwt-symbolmap - SymbolMap Support Library :sparkling_heart: (Testing)
- gwt-boot-awesome-lili - gwt-symbolmap - SymbolMap Support Library :sparkling_heart: (Testing)
README
# GWT SymbolMap
[![Build Status](https://api.travis-ci.com/realityforge/gwt-symbolmap.svg?branch=master)](http://travis-ci.com/realityforge/gwt-symbolmap)
[](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.realityforge.gwt.symbolmap%22)
[![codecov](https://codecov.io/gh/realityforge/gwt-symbolmap/branch/master/graph/badge.svg)](https://codecov.io/gh/realityforge/gwt-symbolmap)GWT SymbolMap is a library for reading the `*.symbolMap` files produced by the GWT compiler and asserting the
state of the symbol map. It is primarily used to verify that the compiled output contains the expected symbols
given a permutation and/or compile time configuration properties.The code base has yet to develop useful documentation. For the source code and project support please visit
the [GitHub project](https://github.com/realityforge/gwt-symbolmap).# Contributing
GWT SymbolMap was released as open source so others could benefit from the project. We are thankful for any
contributions from the community. A [Code of Conduct](CODE_OF_CONDUCT.md) has been put in place and
a [Contributing](CONTRIBUTING.md) document is under development.# License
GWT SymbolMap is licensed under [Apache License, Version 2.0](LICENSE).