Skip to content

Add support for source maps #68

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Oct 5, 2015
Merged

Add support for source maps #68

merged 9 commits into from
Oct 5, 2015

Conversation

andreyfedoseev
Copy link
Owner

Fixes #52

Andrey Fedoseev added 9 commits September 27, 2015 18:08
 - `compile_file` does not rely on `compile_source`
 - `compile_file` returns the relative path to compiled file rather than compiled code
 - remove `write_output` method
 - remove `postprocess` method. Compilers post-process the compiled code in `compile_file`

Refactor `utils.convert_urls`: now it accepts full path to compiled file and updates the file in place
@codecov-io
Copy link

Current coverage is 87.83%

Merging #68 into master will increase coverage by +0.65% as of 415665b

@@            master     #68   diff @@
======================================
  Files           16      16       
  Stmts          788     855    +67
  Branches         0       0       
  Methods          0       0       
======================================
+ Hit            687     751    +64
  Partial          0       0       
- Missed         101     104     +3

Review entire Coverage Diff as of 415665b

Powered by Codecov. Updated on successful CI builds.

andreyfedoseev pushed a commit that referenced this pull request Oct 5, 2015
@andreyfedoseev andreyfedoseev merged commit f3a1690 into master Oct 5, 2015
@andreyfedoseev andreyfedoseev deleted the source-maps branch October 5, 2015 01:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants