Closed ewanharris closed 3 years ago
Warnings | |
---|---|
:warning: | **lib/platform/require.js#L9** - lib/platform/require.js line 9 – Import and export declarations are not supported yet. (node/no-unsupported-features/es-syntax) |
Messages | |
---|---|
:book: | :tada: - congrats on your new release |
:book: | :white_check_mark: All tests are passing Nice one! All 4 tests are passing. |
Generated by :no_entry_sign: dangerJS against f01b0821ded3463a02c91ce13ee80f28a5b0c48f
Pulling from global isn't entirely correct as it will be lacking the correct context that helps perform the require algorithm, by using the require function passed in by the wrapper that context will exist allowing the require algorithm to work correctly
Fixes TIMOB-28382