13 Commits

Author SHA1 Message Date
Guy Bedford
4a62226054
fixup response handling, invalid log (#2262) 2020-10-09 09:13:54 -07:00
Guy Bedford
281fdf0653
refactor module types as a fetch hook (#2258) 2020-10-09 07:51:10 -07:00
Brandon Istenes
809e91f4ee
Add error message for missing content-type header (#2197)
* Add error message for missing content-type header

* Update src/extras/module-types.js

Co-authored-by: Joel Denning <joeldenning@gmail.com>

* Add tests for missing or invalid content-type headers

Co-authored-by: Joel Denning <joeldenning@gmail.com>
2020-06-26 21:39:54 -06:00
Joel Denning
109af162d9
Add warning for calling System.set with non-URL id. (#2161)
* Add warning for calling System.set with non-URL id.

* Fixing package.json

* Self review

* Splitting warnings from errors.

* Self review

* Fix tests

* Guy's feedback

* Fixing test
2020-04-08 16:56:19 -06:00
Joel Denning
db96b64d86
Removing const / let in favor of var, for Chrome 45. See #2098. (#2162)
* Removing const / let in favor of var, for Chrome 45. See #2098.

* Review feedback

* Fix issue with iteration scope

* Self review
2020-04-07 11:34:55 -06:00
Joel Denning
17686fbaa2
Switching to ncc, using make-fetch-happen, and source-map-support (#2158) 2020-04-06 17:47:52 -07:00
Joel Denning
243c0990ba
Switching to error codes and documentation pages (#2151)
* Beginnings of error codes

* Self review

* Merging master

* Undoing changes to dist

* Self review

* Self review

* Self review

* Self review

* Self review

* Self review

* Guy's feedback

* Guy's feedback

* Adding more documentation for error codes

* Self review

* Self review

* Last error codes

* Guy's feedback

* Self review

* Feedback

* Last feedback

* Self review

* Self review

* Feedback
2020-04-06 15:09:35 -06:00
Guy Bedford
f1e5ec58fa
createScript / fetch / shouldFetch hooks (#2058)
* createScript hook

* fetch, shouldFetch

Co-authored-by: Joel Denning <joeldenning@gmail.com>
2020-01-31 13:55:34 -07:00
Lars den Bakker
c7f5e1273c fix: strip search param and hash when determining module type (#2096) 2020-01-11 14:03:50 -07:00
Guy Bedford
1382144893 clean up extras 2019-10-06 12:55:52 -04:00
Carles Escrig i Royo
45e4297b7f Access the System variable through global in Extras (#2043) 2019-10-06 12:34:58 -04:00
Joel Denning
091409c9d5 Removing import statement from module-types extra. Resolves #2027. (#2028) 2019-09-13 17:45:14 -04:00
Guy Bedford
36854be097
Module Types Extra (#2006) 2019-08-27 13:54:05 -04:00