Skip to content

Commit 9761f4b

Browse files
committed
PR comment, sourcemap test
1 parent ff356ce commit 9761f4b

6 files changed

+1201
-1
lines changed

src/compiler/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ module ts {
363363
// Specific context the parser was in when this node was created. Normally undefined.
364364
// Only set when the parser was in some interesting context (like async/yield).
365365
parserContextFlags?: ParserContextFlags;
366-
decorators?: NodeArray<Decorator>; // Array of decorators
366+
decorators?: NodeArray<Decorator>; // Array of decorators (in document order)
367367
modifiers?: ModifiersArray; // Array of modifiers
368368
id?: number; // Unique id (used to look up NodeLinks)
369369
parent?: Node; // Parent node (initialized by binding)

tests/baselines/reference/sourceMapValidationDecorators.js

Lines changed: 107 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/baselines/reference/sourceMapValidationDecorators.js.map

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)