You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var config =newConfig(filename,
newConfigFilesystemLoader(),
newJsonConfigParser());
return config.readConfig();
I get his error
The built-in library 'dart:json' is not available on the stand-alone VM.
'package:dart_config/parsers/config_parser_json.dart': error: line 4 pos 1: library handler failed
import 'dart:json' as JSON;
The text was updated successfully, but these errors were encountered:
When trying to do this in a server side daemon:
I get his error
The built-in library 'dart:json' is not available on the stand-alone VM.
'package:dart_config/parsers/config_parser_json.dart': error: line 4 pos 1: library handler failed
import 'dart:json' as JSON;
The text was updated successfully, but these errors were encountered: