< prev index next >
src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/resources/Messages.properties
Print this page
*** 220,224 ****
--- 220,232 ----
config.error.no.dest=no destination directory supplied
config.error.eagerCompilationConflictsWithOptimisticTypes={0}=false (eager compilation) is not compatible with {1}=true.
uri.error.bad.uri=Bad URI "{0}" near offset {1}
list.adapter.null.global=Attempted to create the adapter from outside a JavaScript execution context.
+
+ unimplemented.es6.module=ES6 modules are not yet implemented
+ unimplemented.es6.rest.param=ES6 function rest parameter declaration is not yet implemented
+ unimplemented.es6.yield=ES6 yield and yield* are not yet implemented
+ unimplemented.es6.spread=ES6 spread operator is not yet implemented
+ unimplemented.es6.class=ES6 class declarations and expressions are not yet implemented
+ unimplemented.es6.destructuring=ES6 destructuring is not yet implemented
+ unimplemented.es6.generator=ES6 generator is not yet implemented
< prev index next >