v1.31.0 marks our first transition to ES6 classes, but only for PDPjs initially (which is why there must be both /lib and /es6 files in the shared folder for now)
This commit is contained in:
parent
dcdedb3513
commit
f4f6181923
999 changed files with 22351 additions and 211342 deletions
|
|
@ -117,4 +117,4 @@ MessagesPDP11.CATEGORIES = {
|
|||
"halt": MessagesPDP11.HALT
|
||||
};
|
||||
|
||||
if (NODE) module.exports = MessagesPDP11;
|
||||
export default MessagesPDP11;
|
||||
|
|
|
|||
Loading…
Reference in a new issue