@jsenv/core 23.6.2 → 23.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{license → LICENSE} +21 -21
- package/dist/jsenv_browser_system.js +35 -35
- package/dist/jsenv_browser_system.js.map +14 -14
- package/dist/jsenv_compile_proxy.js +47 -128
- package/dist/jsenv_compile_proxy.js.map +25 -62
- package/dist/jsenv_exploring_index.js.map +5 -5
- package/dist/jsenv_exploring_redirector.js +47 -54
- package/dist/jsenv_exploring_redirector.js.map +17 -19
- package/dist/jsenv_toolbar.js +47 -130
- package/dist/jsenv_toolbar.js.map +13 -48
- package/dist/jsenv_toolbar_injector.js.map +5 -5
- package/helpers/babel/.eslintrc.cjs +24 -24
- package/helpers/babel/AsyncGenerator/AsyncGenerator.js +81 -81
- package/helpers/babel/AwaitValue/AwaitValue.js +3 -3
- package/helpers/babel/applyDecoratorDescriptor/applyDecoratorDescriptor.js +33 -33
- package/helpers/babel/arrayLikeToArray/arrayLikeToArray.js +7 -7
- package/helpers/babel/arrayWithHoles/arrayWithHoles.js +4 -4
- package/helpers/babel/arrayWithoutHoles/arrayWithoutHoles.js +6 -6
- package/helpers/babel/assertThisInitialized/assertThisInitialized.js +7 -7
- package/helpers/babel/asyncGeneratorDelegate/asyncGeneratorDelegate.js +40 -40
- package/helpers/babel/asyncIterator/asyncIterator.js +12 -12
- package/helpers/babel/asyncToGenerator/asyncToGenerator.js +34 -34
- package/helpers/babel/awaitAsyncGenerator/awaitAsyncGenerator.js +5 -5
- package/helpers/babel/classApplyDescriptorDestructureSet/classApplyDescriptorDestructureSet.js +20 -20
- package/helpers/babel/classApplyDescriptorGet/classApplyDescriptorGet.js +6 -6
- package/helpers/babel/classApplyDescriptorSet/classApplyDescriptorSet.js +13 -13
- package/helpers/babel/classCallCheck/classCallCheck.js +5 -5
- package/helpers/babel/classCheckPrivateStaticAccess/classCheckPrivateStaticAccess.js +5 -5
- package/helpers/babel/classCheckPrivateStaticFieldDescriptor/classCheckPrivateStaticFieldDescriptor.js +6 -6
- package/helpers/babel/classExtractFieldDescriptor/classExtractFieldDescriptor.js +7 -7
- package/helpers/babel/classNameTDZError/classNameTDZError.js +4 -4
- package/helpers/babel/classPrivateFieldDestructureSet/classPrivateFieldDestructureSet.js +7 -7
- package/helpers/babel/classPrivateFieldGet/classPrivateFieldGet.js +7 -7
- package/helpers/babel/classPrivateFieldLooseBase/classPrivateFieldLooseBase.js +6 -6
- package/helpers/babel/classPrivateFieldLooseKey/classPrivateFieldLooseKey.js +5 -5
- package/helpers/babel/classPrivateFieldSet/classPrivateFieldSet.js +8 -8
- package/helpers/babel/classPrivateMethodGet/classPrivateMethodGet.js +6 -6
- package/helpers/babel/classPrivateMethodSet/classPrivateMethodSet.js +3 -3
- package/helpers/babel/classStaticPrivateFieldSpecGet/classStaticPrivateFieldSpecGet.js +9 -9
- package/helpers/babel/classStaticPrivateFieldSpecSet/classStaticPrivateFieldSpecSet.js +15 -15
- package/helpers/babel/classStaticPrivateMethodGet/classStaticPrivateMethodGet.js +6 -6
- package/helpers/babel/classStaticPrivateMethodSet/classStaticPrivateMethodSet.js +3 -3
- package/helpers/babel/construct/construct.js +16 -16
- package/helpers/babel/createClass/createClass.js +15 -15
- package/helpers/babel/createForOfIteratorHelper/createForOfIteratorHelper.js +60 -60
- package/helpers/babel/createForOfIteratorHelperLoose/createForOfIteratorHelperLoose.js +23 -23
- package/helpers/babel/createRawReactElement/createRawReactElement.js +50 -50
- package/helpers/babel/createSuper/createSuper.js +22 -22
- package/helpers/babel/decorate/decorate.js +403 -403
- package/helpers/babel/defaults/defaults.js +11 -11
- package/helpers/babel/defineEnumerableProperties/defineEnumerableProperties.js +23 -23
- package/helpers/babel/defineProperty/defineProperty.js +18 -18
- package/helpers/babel/extends/extends.js +14 -14
- package/helpers/babel/get/get.js +13 -13
- package/helpers/babel/getPrototypeOf/getPrototypeOf.js +4 -4
- package/helpers/babel/inherits/inherits.js +15 -15
- package/helpers/babel/inheritsLoose/inheritsLoose.js +7 -7
- package/helpers/babel/initializerDefineProperty/initializerDefineProperty.js +10 -10
- package/helpers/babel/initializerWarningHelper/initializerWarningHelper.js +6 -6
- package/helpers/babel/instanceof/instanceof.js +6 -6
- package/helpers/babel/interopRequireDefault/interopRequireDefault.js +3 -3
- package/helpers/babel/interopRequireWildcard/interopRequireWildcard.js +37 -37
- package/helpers/babel/isNativeFunction/isNativeFunction.js +4 -4
- package/helpers/babel/isNativeReflectConstruct/isNativeReflectConstruct.js +21 -21
- package/helpers/babel/iterableToArray/iterableToArray.js +7 -7
- package/helpers/babel/iterableToArrayLimit/iterableToArrayLimit.js +36 -36
- package/helpers/babel/iterableToArrayLimitLoose/iterableToArrayLimitLoose.js +10 -10
- package/helpers/babel/jsx/jsx.js +45 -45
- package/helpers/babel/maybeArrayLike/maybeArrayLike.js +10 -10
- package/helpers/babel/newArrowCheck/newArrowCheck.js +5 -5
- package/helpers/babel/nonIterableRest/nonIterableRest.js +5 -5
- package/helpers/babel/nonIterableSpread/nonIterableSpread.js +5 -5
- package/helpers/babel/objectDestructuringEmpty/objectDestructuringEmpty.js +3 -3
- package/helpers/babel/objectSpread/objectSpread.js +23 -23
- package/helpers/babel/objectSpread2/objectSpread2.js +33 -33
- package/helpers/babel/objectWithoutProperties/objectWithoutProperties.js +19 -19
- package/helpers/babel/objectWithoutPropertiesLoose/objectWithoutPropertiesLoose.js +13 -13
- package/helpers/babel/possibleConstructorReturn/possibleConstructorReturn.js +10 -10
- package/helpers/babel/readOnlyError/readOnlyError.js +4 -4
- package/helpers/babel/readme.md +9 -9
- package/helpers/babel/set/set.js +44 -44
- package/helpers/babel/setPrototypeOf/setPrototypeOf.js +6 -6
- package/helpers/babel/skipFirstGeneratorNext/skipFirstGeneratorNext.js +8 -8
- package/helpers/babel/slicedToArray/slicedToArray.js +10 -10
- package/helpers/babel/slicedToArrayLoose/slicedToArrayLoose.js +13 -13
- package/helpers/babel/superPropBase/superPropBase.js +10 -10
- package/helpers/babel/taggedTemplateLiteral/taggedTemplateLiteral.js +10 -10
- package/helpers/babel/taggedTemplateLiteralLoose/taggedTemplateLiteralLoose.js +7 -7
- package/helpers/babel/tdz/tdz.js +4 -4
- package/helpers/babel/temporalRef/temporalRef.js +6 -6
- package/helpers/babel/temporalUndefined/temporalUndefined.js +3 -3
- package/helpers/babel/toArray/toArray.js +10 -10
- package/helpers/babel/toConsumableArray/toConsumableArray.js +10 -10
- package/helpers/babel/toPrimitive/toPrimitive.js +10 -10
- package/helpers/babel/toPropertyKey/toPropertyKey.js +6 -6
- package/helpers/babel/typeof/typeof.js +14 -14
- package/helpers/babel/unsupportedIterableToArray/unsupportedIterableToArray.js +12 -12
- package/helpers/babel/wrapAsyncGenerator/wrapAsyncGenerator.js +8 -8
- package/helpers/babel/wrapNativeSuper/wrapNativeSuper.js +30 -30
- package/helpers/babel/wrapRegExp/wrapRegExp.js +63 -63
- package/helpers/babel/writeOnlyError/writeOnlyError.js +4 -4
- package/helpers/regenerator-runtime/regenerator-runtime.js +748 -748
- package/package.json +5 -3
- package/src/buildProject.js +300 -300
- package/src/execute.js +184 -184
- package/src/internal/browser-launcher/jsenv-browser-system.js +199 -199
- package/src/internal/compiling/babel_plugin_import_assertions.js +121 -100
- package/src/internal/compiling/babel_plugin_import_metadata.js +22 -0
- package/src/internal/compiling/babel_plugin_import_visitor.js +84 -0
- package/src/internal/compiling/compile-directory/getOrGenerateCompiledFile.js +268 -265
- package/src/internal/compiling/compile-directory/updateMeta.js +154 -150
- package/src/internal/compiling/compile-directory/validateCache.js +265 -265
- package/src/internal/compiling/compileFile.js +224 -194
- package/src/internal/compiling/compileHtml.js +550 -494
- package/src/internal/compiling/createCompiledFileService.js +291 -290
- package/src/internal/compiling/html_source_file_service.js +403 -379
- package/src/internal/compiling/js-compilation-service/jsenvTransform.js +270 -269
- package/src/internal/compiling/jsenvCompilerForHtml.js +300 -293
- package/src/internal/compiling/startCompileServer.js +1048 -1131
- package/src/internal/compiling/transformResultToCompilationResult.js +220 -217
- package/src/internal/executing/coverage/babel_plugin_instrument.js +90 -90
- package/src/internal/executing/coverage/reportToCoverage.js +187 -187
- package/src/internal/executing/executePlan.js +183 -183
- package/src/internal/executing/launchAndExecute.js +458 -450
- package/src/internal/runtime/createBrowserRuntime/scanBrowserRuntimeFeatures.js +246 -250
- package/src/internal/runtime/createNodeRuntime/scanNodeRuntimeFeatures.js +112 -115
- package/src/internal/runtime/s.js +727 -727
- package/src/internal/toolbar/jsenv-logo.svg +144 -144
- package/src/internal/toolbar/toolbar.main.css +196 -188
- package/src/internal/toolbar/toolbar.main.js +227 -228
- package/src/internal/url_conversion.js +317 -317
- package/src/startExploring.js +309 -309
- package/src/internal/compiling/babel_plugin_transform_import_specifier.js +0 -86
- package/src/internal/toolbar/animation/animation.css +0 -5
- package/src/internal/toolbar/variant/variant.css +0 -3
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
// https://github.com/jamiebuilds/babel-handbook/blob/master/translations/en/plugin-handbook.md
|
|
2
|
-
// https://github.com/mjackson/babel-plugin-import-visitor
|
|
3
|
-
|
|
4
|
-
export const babelPluginTransformImportSpecifier = (
|
|
5
|
-
babel,
|
|
6
|
-
{ transformImportSpecifier = ({ specifier }) => specifier } = {},
|
|
7
|
-
) => {
|
|
8
|
-
return {
|
|
9
|
-
name: "transform-import-specifier",
|
|
10
|
-
|
|
11
|
-
// manipulateOptions(opts, parserOpts) {
|
|
12
|
-
// parserOpts.plugins.push(
|
|
13
|
-
// "dynamicImport",
|
|
14
|
-
// "exportDefaultFrom",
|
|
15
|
-
// "exportNamespaceFrom",
|
|
16
|
-
// "importMeta",
|
|
17
|
-
// )
|
|
18
|
-
// },
|
|
19
|
-
|
|
20
|
-
visitor: {
|
|
21
|
-
CallExpression: (path) => {
|
|
22
|
-
if (path.node.callee.type !== "Import") {
|
|
23
|
-
// Some other function call, not import();
|
|
24
|
-
return
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
if (path.node.arguments[0].type !== "StringLiteral") {
|
|
28
|
-
// Non-string argument, probably a variable or expression, e.g.
|
|
29
|
-
// import(moduleId)
|
|
30
|
-
// import('./' + moduleName)
|
|
31
|
-
return
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
transformStringLiteralAtPath(
|
|
35
|
-
path.get("arguments")[0],
|
|
36
|
-
transformImportSpecifier,
|
|
37
|
-
babel,
|
|
38
|
-
)
|
|
39
|
-
},
|
|
40
|
-
|
|
41
|
-
ExportAllDeclaration: (path) => {
|
|
42
|
-
transformStringLiteralAtPath(
|
|
43
|
-
path.get("source"),
|
|
44
|
-
transformImportSpecifier,
|
|
45
|
-
babel,
|
|
46
|
-
)
|
|
47
|
-
},
|
|
48
|
-
|
|
49
|
-
ExportNamedDeclaration: (path) => {
|
|
50
|
-
if (!path.node.source) {
|
|
51
|
-
// This export has no "source", so it's probably
|
|
52
|
-
// a local variable or function, e.g.
|
|
53
|
-
// export { varName }
|
|
54
|
-
// export const constName = ...
|
|
55
|
-
// export function funcName() {}
|
|
56
|
-
return
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
transformStringLiteralAtPath(
|
|
60
|
-
path.get("source"),
|
|
61
|
-
transformImportSpecifier,
|
|
62
|
-
babel,
|
|
63
|
-
)
|
|
64
|
-
},
|
|
65
|
-
|
|
66
|
-
ImportDeclaration: (path) => {
|
|
67
|
-
transformStringLiteralAtPath(
|
|
68
|
-
path.get("source"),
|
|
69
|
-
transformImportSpecifier,
|
|
70
|
-
babel,
|
|
71
|
-
)
|
|
72
|
-
},
|
|
73
|
-
},
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
const transformStringLiteralAtPath = (path, transform, babel) => {
|
|
78
|
-
const value = path.node.value
|
|
79
|
-
const valueTransformed = transform({
|
|
80
|
-
specifier: value,
|
|
81
|
-
path,
|
|
82
|
-
})
|
|
83
|
-
if (valueTransformed !== value) {
|
|
84
|
-
path.replaceWith(babel.types.stringLiteral(valueTransformed))
|
|
85
|
-
}
|
|
86
|
-
}
|