Skip to content
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

Use Python ast parse for conversion of es5 String value into strings #44

Merged
merged 2 commits into from
May 16, 2018

Commits on May 15, 2018

  1. Use Python ast.parse directly to get str value

    - If they are basically the same, just do it like so.
    - This is needed as calmjs.parse>=1.1.0 will not normalize the line
      continuation character for the value representation of string nodes.
    metatoaster committed May 15, 2018
    Configuration menu
    Copy the full SHA
    885f3b3 View commit details
    Browse the repository at this point in the history
  2. Changelog

    metatoaster committed May 15, 2018
    Configuration menu
    Copy the full SHA
    a16821f View commit details
    Browse the repository at this point in the history