https://people.mozilla.org/~jorendorff/es6-draft.html#sec-let-and-const-declarations
The only major implication here how we would treat export const x = 4; in the context of an internal module, as this basically introduces the concept of a readonly variable. See #12
https://people.mozilla.org/~jorendorff/es6-draft.html#sec-let-and-const-declarations
The only major implication here how we would treat
export const x = 4;in the context of an internal module, as this basically introduces the concept of areadonlyvariable. See #12