diff --git a/documentation/index.html.js b/documentation/index.html.js index 14353623..d6d2ac42 100644 --- a/documentation/index.html.js +++ b/documentation/index.html.js @@ -1216,6 +1216,8 @@ Expressions
  • Changed strategy for the generation of internal compiler variable names. + Note that this means that @example function parameters are no longer + available as naked example variables within the function body.
  • Fixed REPL compatibility with latest versions of Node and Io.js. @@ -1244,10 +1246,6 @@ Expressions
  • Fixed location data for string interpolations, which made source maps out of sync.
  • -
  • - This-assigning @example function parameters are no longer also - available as naked example variables within the function body. -
  • The error marker in error messages is now correctly positioned if the code is indented with tabs.
  • diff --git a/index.html b/index.html index 696f07f9..07bb9927 100644 --- a/index.html +++ b/index.html @@ -2508,6 +2508,8 @@ task('build:parser', 'rebuild t
  • Changed strategy for the generation of internal compiler variable names. + Note that this means that @example function parameters are no longer + available as naked example variables within the function body.
  • Fixed REPL compatibility with latest versions of Node and Io.js. @@ -2540,10 +2542,6 @@ task('build:parser', 'rebuild t
  • Fixed location data for string interpolations, which made source maps out of sync.
  • -
  • - This-assigning @example function parameters are no longer also - available as naked example variables within the function body. -
  • The error marker in error messages is now correctly positioned if the code is indented with tabs.