-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
module block proposal implementation #476
base: master
Are you sure you want to change the base?
Conversation
Hello KamikazeSquirrel, thanks for contributing a PR to our project! We use the Oracle Contributor Agreement to make the copyright of contributions clear. We don't have a record of you having signed this yet, based on your email address 64982603+KamikazeSquirrel -(at)- users -(dot)- noreply -(dot)- github -(dot)- com. You can sign it at that link. If you think you've already signed it, please comment below and we'll check. |
...l-js/src/com.oracle.truffle.js.test/src/com/oracle/truffle/js/test/interop/ESModuleTest.java
Outdated
Show resolved
Hide resolved
...l-js/src/com.oracle.truffle.js.test/src/com/oracle/truffle/js/test/interop/ESModuleTest.java
Outdated
Show resolved
Hide resolved
....test/src/com/oracle/truffle/js/test/interop/resources/moduleblock/benchmark/kMeansModule.js
Outdated
Show resolved
Hide resolved
graal-js/src/com.oracle.js.parser/src/com/oracle/js/parser/Parser.java
Outdated
Show resolved
Hide resolved
...l-js/src/com.oracle.truffle.js.test/src/com/oracle/truffle/js/test/interop/ESModuleTest.java
Show resolved
Hide resolved
...cle/truffle/js/test/interop/resources/moduleblock/benchmark/kMeansModuleModuleBlockImport.js
Outdated
Show resolved
Hide resolved
graal-js/src/com.oracle.truffle.js/src/com/oracle/truffle/js/builtins/ConstructorBuiltins.java
Outdated
Show resolved
Hide resolved
...c/com.oracle.truffle.js/src/com/oracle/truffle/js/builtins/ModuleBlockPrototypeBuiltins.java
Show resolved
Hide resolved
graal-js/src/com.oracle.truffle.js/src/com/oracle/truffle/js/builtins/GlobalBuiltins.java
Outdated
Show resolved
Hide resolved
graal-js/src/com.oracle.truffle.js/src/com/oracle/truffle/js/builtins/GlobalBuiltins.java
Outdated
Show resolved
Hide resolved
...c/com.oracle.truffle.js/src/com/oracle/truffle/js/builtins/ModuleBlockPrototypeBuiltins.java
Outdated
Show resolved
Hide resolved
graal-js/src/com.oracle.truffle.js/src/com/oracle/truffle/js/nodes/promise/ImportCallNode.java
Outdated
Show resolved
Hide resolved
graal-js/src/com.oracle.truffle.js/src/com/oracle/truffle/js/runtime/JSRealm.java
Outdated
Show resolved
Hide resolved
graal-js/src/com.oracle.js.parser/src/com/oracle/js/parser/Parser.java
Outdated
Show resolved
Hide resolved
graal-js/src/com.oracle.js.parser/src/com/oracle/js/parser/Parser.java
Outdated
Show resolved
Hide resolved
graal-js/src/com.oracle.js.parser/src/com/oracle/js/parser/Parser.java
Outdated
Show resolved
Hide resolved
...l-js/src/com.oracle.truffle.js.parser/src/com/oracle/truffle/js/parser/GraalJSEvaluator.java
Outdated
Show resolved
Hide resolved
...l-js/src/com.oracle.truffle.js.test/src/com/oracle/truffle/js/test/interop/ESModuleTest.java
Show resolved
Hide resolved
...om/oracle/truffle/js/test/interop/resources/moduleblock/benchmark/kMeansModuleModuleBlock.js
Show resolved
Hide resolved
...c/com.oracle.truffle.js/src/com/oracle/truffle/js/builtins/ModuleBlockPrototypeBuiltins.java
Outdated
Show resolved
Hide resolved
graal-js/src/com.oracle.truffle.js/src/com/oracle/truffle/js/nodes/module/ModuleBlockNode.java
Show resolved
Hide resolved
graal-js/src/com.oracle.truffle.js/src/com/oracle/truffle/js/nodes/promise/ImportCallNode.java
Outdated
Show resolved
Hide resolved
graal-js/src/com.oracle.truffle.js/src/com/oracle/truffle/js/nodes/promise/ImportCallNode.java
Outdated
Show resolved
Hide resolved
...l-js/src/com.oracle.truffle.js/src/com/oracle/truffle/js/runtime/builtins/JSModuleBlock.java
Show resolved
Hide resolved
Changed DynamicObjectLibrary code to JSObjectUtilCode, added an assertion and activated an Error.
Hello KamikazeSquirrel, thanks for contributing a PR to our project! We use the Oracle Contributor Agreement to make the copyright of contributions clear. We don't have a record of you having signed this yet, based on your email address 64982603+KamikazeSquirrel -(at)- users -(dot)- noreply -(dot)- github -(dot)- com. You can sign it at that link. If you think you've already signed it, please comment below and we'll check. |
The pull request is for the implementation of the module block stage 2 proposal:
https://github.com/tc39/proposal-js-module-blocks