File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -570,11 +570,10 @@ DART_EXPORT void Dart_IsolateFlagsInitialize(Dart_IsolateFlags* flags);
570
570
* improve debugging messages. The main function is not invoked by
571
571
* this function.
572
572
* \param package_root Ignored.
573
- * \param package_config The package config for this isolate to resolve package
574
- * imports against. The array contains alternating keys and values,
575
- * terminated by a NULL key. Only one of package_root and package_config
576
- * parameters is non-NULL. If neither parameter is passed the package
577
- * resolution of the parent isolate should be used.
573
+ * \param package_config Uri of the package configuration file (either in format
574
+ * of .packages or .dart_tool/package_config.json) for this isolate
575
+ * to resolve package imports against. If this parameter is not passed the
576
+ * package resolution of the parent isolate should be used.
578
577
* \param flags Default flags for this isolate being spawned. Either inherited
579
578
* from the spawning isolate or passed as parameters when spawning the
580
579
* isolate from Dart code.
You can’t perform that action at this time.
0 commit comments