Dogma.Util.ScriptStrings

A preprocessor for scripts, to be used on the script string before the AST, lines, etc have been computed for it.

This is used to prevent the Rules for mistaking the contents of the strings for Elixir code and reporting errors when there should be none.

Source

Summary

blank(script)

Takes a source string and return it with all of the string literals stripped of their contents

Functions

blank(script)

Takes a source string and return it with all of the string literals stripped of their contents.

Source