Skip to content

ECMAscript v5/Strict complience #566

@AlyxRen

Description

@AlyxRen

ES5/Strict requires that you put at the top of the function call the string literal "use strict";
While theres only one current implementation of strict mode ( http://besen.sourceforge.net/ ),
it would be useful to allow the parser to check if the first line of your coffee is the string "use strict" and place it above all the var declarations in the final converted js

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions