Commit Graph

24 Commits

Author SHA1 Message Date
Gabriel Grubba
6b7342cbd6 fix(source-maps): adjusted error line and made variables more descritive 2022-08-11 14:44:37 -03:00
Gabriel Grubba
a946955445 fix(source-maps): adjusted variable name 2022-08-11 13:50:54 -03:00
Gabriel Grubba
911fdf857a fix(source-maps): adjusted variable name 2022-08-11 13:48:44 -03:00
Gabriel Grubba
4504c436f3 fix(source-map): fixed flaky test 2022-08-11 13:36:24 -03:00
Ben Newman
5ed64fb1db Remove explicit .js extension from tools/fs/files imports. 2019-07-04 10:32:09 -04:00
Ben Newman
ec5d15f131 Fix exit code for source maps test. 2016-06-24 12:15:22 -04:00
Tom Coleman
c4258d68f1 Marked issues with custom-warehouse tag 2016-05-24 15:03:33 -07:00
Ben Newman
5d4bc59a20 Fix source maps-related self-tests.
We no longer go to the trouble of generating source maps for files not
processed by compiler plugins, since that was slow and not very useful
(see ad3f56a0bf).

However, that means the test app and package that we use to test source
maps and stack trace rewriting need to use the ecmascript package in order
to behave as they did before that commit.
2016-03-20 13:44:09 -04:00
Ben Newman
17b7031949 Fix test of Error line numbers rewritten using source maps.
This test was broken by the addition of a `}` in commit ed17924940.
2015-11-17 14:02:52 -05:00
Ben Newman
ed17924940 Add braces to every if/for(-in)/while statement in tools directory. 2015-11-13 12:25:19 -05:00
Slava Kim
3d2282d9ad fix imports for tests for tool-testing 2015-08-06 16:39:01 -07:00
Slava Kim
39d8aef3d9 move files into console/ tool-testing/ 2015-08-06 16:39:00 -07:00
Slava Kim
6b1bb038d8 Move files into tools/fs 2015-08-03 22:09:28 -07:00
Slava Kim
8a8db83d29 Move files into tools/utils 2015-08-03 20:32:38 -07:00
Slava Kim
e5ddbaa244 Fix a couple of bugs introduced in renamings 2015-07-31 17:12:38 -07:00
Slava Kim
3ddd281d8c Move catalog files into tools/catalog/ 2015-07-30 12:12:07 -07:00
Slava Kim
0f1b102eb2 adapt tests for Windows. they still fail but rightfully so 2015-07-24 18:01:51 -07:00
David Glasser
70cc03cfbf catch errors running registerCompiler callback
also, add XXX comments about the (very old) issue that source map
filenames are wrong for plugin files
2015-06-30 02:23:44 -07:00
David Glasser
61d4be9940 fix source map test for better world
"app/" in stack traces was an artifact of how we lay out files in the
built server, not how the source files are laid out, and isn't actually
as good as just using the source file name.  Slava improved this on this
branch by just using the real file name. So the test (newly merged from
devel) needs to be improved to match.

While we're at it, let's test for filenames in a package.
2015-06-27 00:00:24 -07:00
Sashko Stubailo
adaa64efd0 Remove unnecessary comment 2015-06-26 19:43:58 -07:00
David Glasser
f59380a6cf Include package naming path in plugin errors
This accidentally got lost along with other improvements in b556e62.
Fortunately Sashko's tests for the ES6-tool work caught it!
2015-06-25 16:08:22 -07:00
David Glasser
55c06e584d Fix missing var 2015-06-25 15:03:23 -07:00
Sashko Stubailo
1d0a429afc Add test for source map of build plugin 2015-06-23 21:16:13 -07:00
Sashko Stubailo
312663db67 Transpile the Meteor command line tool with Babel
- Uses Ben's meteor-babel npm package that has a default config
- From a checkout, uses the meteor-babel/register module and compiles at runtime
- When meteor-tool is published, precompiles the files
- Adds tests to make sure source maps work everywhere
2015-06-23 14:32:49 -04:00