| Index: dart/frog/leg/tree/nodes.dart
|
| diff --git a/dart/frog/leg/tree/nodes.dart b/dart/frog/leg/tree/nodes.dart
|
| index e629053f6c751aeb9a30935be3a47de66d0110c8..6b489f4eea5ca4240047a5270c7a042daa22b5ce 100644
|
| --- a/dart/frog/leg/tree/nodes.dart
|
| +++ b/dart/frog/leg/tree/nodes.dart
|
| @@ -1480,6 +1480,7 @@ class ScriptTag extends Node {
|
| bool isImport() => tag.source == const SourceString("import");
|
| bool isSource() => tag.source == const SourceString("source");
|
| bool isLibrary() => tag.source == const SourceString("library");
|
| + bool isResource() => tag.source == const SourceString("resource");
|
|
|
| ScriptTag asScriptTag() => this;
|
|
|
|
|