-
-
Notifications
You must be signed in to change notification settings - Fork 932
Closed
Labels
Description
From #3532, it seems like this is legal syntax and 'use strict'; should be interpreted as a Directive:
namespace Foo {
'use strict';
export const bar = 123;
}Should we add a directives: Vec<'a, Directive<'a>> field to TSModuleDeclaration and fill it in the parser, using same logic as for functions?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Fields
Give feedbackPriority
None yet