Closed austincummings closed 9 years ago
Yeah, it is needed for native extension class wrappers.
It's really unfortunate about dartdocgen. One thing you can do if you want to generate documentation - just get rid of oracledart_native.dart and references to it when you run dartdocgen.
Alexander Aprelev.
From: Austin Cummings notifications@github.com Sent: Thursday, January 22, 2015 3:16 PM To: aam/oracledart Subject: [oracledart] Question: Use of import "dart:nativewrappers"? (#26)
Is import "dart:nativewrappers" needed in lib/src/oracledart_native.dart? I don't see anything that uses it and it breaks dartdocgen.
Reply to this email directly or view it on GitHubhttps://github.com/aam/oracledart/issues/26.
Is
import "dart:nativewrappers"
needed inlib/src/oracledart_native.dart
? I don't see anything that uses it and it breaks dartdocgen.